aboutsummaryrefslogtreecommitdiffstats
path: root/include/components/player.hpp
blob: 09401952de4439ccbe7153e1c5ae9f4162a38f36 (plain)
1
2
3
4
5
6
7
8
9
#ifndef COMPONENTS_PLAYER_HPP
#define COMPONENTS_PLAYER_HPP

struct Player {
    char unused = 0;
};

#endif // COMPONENTS_PLAYER_HPP