|
WorldSim
inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
|
#include "Social.cpp"#include "World.hpp"#include "Character.hpp"#include "Character_Knowledge.hpp"#include "Tribe.hpp"#include "Job.cpp"#include "Location.hpp"#include <sstream>

Macros | |
| #define | WORLDSIM_CHARACTER_CPP |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const Character &c) |
Variables | |
| const int | MAX_CHILDREN = 5 |
| #define WORLDSIM_CHARACTER_CPP |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Character & | c | ||
| ) |
| const int MAX_CHILDREN = 5 |
1.8.13