#ifndef GAME_INIT_H #define GAME_INIT_H int InitGame(); void UninitGame(); #endif