YAPOG  0.0.1
Yet Another Pokemon Online Game
BattleType.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_BATTLETYPE_HPP
2 # define YAPOG_BATTLETYPE_HPP
3 
4 namespace yap
5 {
6  enum class YAPOG_LIB BattleType
7  {
11  DoubleTrainer
12  };
13 
14 } // namespace yap
15 
16 #endif // YAPOG_BATTLETYPE_HPP