#ifndef _SPACE_GAME_H #define _SPACE_GAME_H class SpaceGame { public: void run(); }; #endif // _SPACE_GAME_H