#ifndef PLAYERCONTROLCOMPONENT_H #define PLAYERCONTROLCOMPONENT_H class PlayerControlComponent { public: PlayerControlComponent(); }; #endif // PLAYERCONTROLCOMPONENT_H