#ifndef GAME_INIT_H
#define GAME_INIT_H
namespace System {
void init();
void terminate();
}
#endif //GAME_INIT_H
Powered by TurnKey Linux.