1 2 3 4 5 6
#ifndef COMPONENTS_PLAYER_HPP_ #define COMPONENTS_PLAYER_HPP_ struct Player {}; #endif // COMPONENTS_PLAYER_HPP_