23 #ifndef M4_ADV_R_ADV_CONTROL_H 24 #define M4_ADV_R_ADV_CONTROL_H 26 #include "common/stream.h" 27 #include "m4/m4_types.h" 31 extern bool kernel_section_startup();
32 extern void player_set_commands_allowed(
bool t_or_f);
33 extern void game_pause(
bool flag);
34 extern bool this_is_a_walkcode(int32 x, int32 y);
35 extern int32 get_screen_depth(int32 x, int32 y);
36 extern int32 get_screen_color(int32 x, int32 y);
37 extern void update_mouse_pos_dialog();
Definition: database.h:28