#ifndef COMPONENTS_PLAYER_HPP #define COMPONENTS_PLAYER_HPP struct Player { char unused = 0; }; #endif // COMPONENTS_PLAYER_HPP