YAPOG  0.0.1
Yet Another Pokemon Online Game
BattlePhaseState.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_BATTLEPHASESTATE_HPP
2 # define YAPOG_BATTLEPHASESTATE_HPP
3 
4 # include "YAPOG/Macros.hpp"
5 
6 namespace yap
7 {
8  enum class BattlePhaseState : int
9  {
17  Run,
19  };
20 } // namespace yap
21 
22 #endif // YAPOG_BATTLEPHASESTATE_HPP