YAPOG  0.0.1
Yet Another Pokemon Online Game
Gender.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_GENDER_HPP
2 # define YAPOG_GENDER_HPP
3 
4 namespace yap
5 {
6  enum class YAPOG_LIB Gender
7  {
9  Male,
10  Female
11  };
12 
13 } // namespace yap
14 
15 #endif // YAPOG_GENDER_HPP