/* ReC98 * ----- * TH04/TH05 BGM/SE mode setup menu */ #define WINDOW_BORDER_W 8 #define WINDOW_BORDER_H 8 #define WINDOW_TILE_W 16 #define WINDOW_TILE_H 16 // Window width and height, including the border extern Point window_tiles; void pascal near window_dropdown_row(int left_x, int bottom_y) { } void pascal near window_rollup_row(int left_x, int bottom_y) { } void pascal near window_dropdown_animate(int left_x, int top_y) { } void pascal near window_singleline(int left_x, int top_y) { } void pascal near window_rollup_animate(int left_x, int top_y) { } void pascal near setup_bgm_choice_put(bgm_mode_t mode, unsigned char col) { } void pascal near setup_se_choice_put(se_mode_t mode, unsigned char col) { } void pascal near setup_bgm_help_put(void) { } void pascal near setup_se_help_put(void) { }