27 #ifndef ICB_GAME_SCRIPT 28 #define ICB_GAME_SCRIPT 30 #include "engines/icb/common/px_common.h" 37 bool8 running_from_game_script;
40 char cluster[ENGINE_STRING_LEN];
41 char fname[ENGINE_STRING_LEN];
47 void Restart_game_script();
49 bool8 Init_game_script();
51 void Run_to_bookmark(
const char *name);
53 void Process_game_script();
55 void Fetch_next_param(
char *p);
57 bool8 Running_from_gamescript();
59 void Fetch_next_line();
Definition: game_script.h:34