#ifndef GAMEBOOTPROCESS_H_ #define GAMEBOOTPROCESS_H_ int BootGame(const char * gameID); #endif