1 2 3 4 5 6 7
#ifndef SHARED_PLAYER_HH #define SHARED_PLAYER_HH 1 #pragma once struct PlayerComponent final {}; #endif // SHARED_PLAYER_HH