6baa46b1e6
*Clean up in game boot process
6 lines
98 B
C
6 lines
98 B
C
#ifndef GAMEBOOTPROCESS_H_
|
|
#define GAMEBOOTPROCESS_H_
|
|
|
|
int BootGame(const char * gameID);
|
|
|
|
#endif
|