diff options
Diffstat (limited to 'include/components/player.hpp')
-rw-r--r-- | include/components/player.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/components/player.hpp b/include/components/player.hpp new file mode 100644 index 0000000..0940195 --- /dev/null +++ b/include/components/player.hpp @@ -0,0 +1,9 @@ +#ifndef COMPONENTS_PLAYER_HPP +#define COMPONENTS_PLAYER_HPP + +struct Player { + char unused = 0; +}; + +#endif // COMPONENTS_PLAYER_HPP + |