Initial commit.
This commit is contained in:
10
src/Library/Moves/MoveCategory.hpp
Normal file
10
src/Library/Moves/MoveCategory.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef PKMNLIB_MOVECATEGORY_HPP
|
||||
#define PKMNLIB_MOVECATEGORY_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace PkmnLib::Library {
|
||||
enum class MoveCategory : uint8_t { Physical, Special, Status };
|
||||
}
|
||||
|
||||
#endif // PKMNLIB_MOVECATEGORY_HPP
|
||||
Reference in New Issue
Block a user