22 #ifndef AGS_ENGINE_GUI_GUI_DIALOG_H 23 #define AGS_ENGINE_GUI_GUI_DIALOG_H 25 #include "common/std/vector.h" 26 #include "ags/shared/util/string.h" 38 AGS::Shared::Bitmap *prepare_gui_screen(
int x,
int y,
int width,
int height,
bool opaque);
39 AGS::Shared::Bitmap *get_gui_screen();
41 void clear_gui_screen();
44 void refresh_gui_screen();
47 void preparesavegamelist(
int ctrllist);
48 void enterstringwindow(
const char *prompttext,
char *dst_buf,
size_t dst_sz);
49 int enternumberwindow(
char *prompttext);
50 int roomSelectorWindow(
int currentRoom,
int numRooms,
52 int myscimessagebox(
const char *lpprompt,
char *btn1,
char *btn2);
56 char *get_gui_dialog_buffer();
Definition: achievements_tables.h:27