Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
Gender.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 core
 Core classes and functionality for both the editor and game.
 
 core::player
 Collection of classes for managing player state and functionality.
 

Enumerations

enum class  core::player::Gender : std::uint8_t { core::player::Boy = 1 , core::player::Girl = 2 }
 Possible genders for the player. More...