11 #include "../game_manager.h" 22 void update(
const rapidjson::Value &req);
23 rapidjson::Value
getFieldStates(rapidjson::Document::AllocatorType &allocator);
26 std::string missingDobError =
"Please enter your date of birth before continuing.";
27 std::string tooYoungError =
"You are too young to sign up. Please review our terms & conditions before continuing.";
28 std::string tooOldError =
"You are too old to sign up. Please review our terms & conditions before continuing.";
29 std::string uncheckedTCsError =
"Please review and accept our terms & conditions before continuing.";
31 void updateErrors(
const std::string &field);
34 std::vector<int> solstice = {21, 6, 1984};
35 bool ts_and_cs =
false;
the Stage class is an abstract class that represents a stage in the game
Definition: stage.h:20
the Stage class is an abstract class that represents a stage of the game
the GameManager class is a class that controls the flow of the game
Definition: game_manager.h:22