refactor: move PlayerID declaration
This commit is contained in:
@@ -12,5 +12,7 @@ enum class Direction : std::uint8_t {
|
||||
NegativeY = 1 << 3,
|
||||
};
|
||||
|
||||
typedef std::uint8_t PlayerID;
|
||||
|
||||
} // namespace game
|
||||
} // namespace td
|
||||
|
||||
Reference in New Issue
Block a user