Peoplemon
0.1.0
Peoplemon 3 game source documentation
include
Core
Player
Gender.hpp
Go to the documentation of this file.
1
#ifndef CORE_PLAYER_GENDER_HPP
2
#define CORE_PLAYER_GENDER_HPP
3
4
#include <cstdint>
5
13
namespace
core
14
{
16
namespace
player
17
{
24
enum struct
Gender
: std::uint8_t {
Boy
= 1,
Girl
= 2 };
25
26
}
// namespace player
27
}
// namespace core
28
29
#endif
core::player::Gender
Gender
Possible genders for the player.
Definition:
Gender.hpp:24
core::player::Gender::Girl
@ Girl
core::player::Gender::Boy
@ Boy
core
Core classes and functionality for both the editor and game.
Definition:
Conversation.hpp:15
Generated on Sun Aug 18 2024 22:16:51 for Peoplemon by
1.9.1