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