diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 15:28:25 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 15:28:25 +0000 |
commit | 59cfa10fc0492e912713a282ba05b48afcbe2854 (patch) | |
tree | 023a4dbffc4a1858631582ecf8870feb330f0aaf /src/gui/gui.h | |
parent | 682d6a9e44e583c088ed5970d69ef6bd9db7fd23 (diff) | |
download | mana-59cfa10fc0492e912713a282ba05b48afcbe2854.tar.gz mana-59cfa10fc0492e912713a282ba05b48afcbe2854.tar.bz2 mana-59cfa10fc0492e912713a282ba05b48afcbe2854.tar.xz mana-59cfa10fc0492e912713a282ba05b48afcbe2854.zip |
Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog class
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 504c9ceb..f734e6a1 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -178,16 +178,4 @@ void gui_shutdown(void); void draw_skinned_rect(BITMAP*dst, LexSkinnedRect *skin, int x, int y, int w, int h); -/** Draw text for gui widgets */ -int gui_text(BITMAP *bmp, AL_CONST char *s, - int x, int y, int color, int centre); - -// Old Allegro GUI procs -int tmw_button_proc(int msg, DIALOG *d, int c); -int tmw_text_proc(int msg, DIALOG *d, int c); -int tmw_dialog_proc(int msg, DIALOG *d, int c); - -// Last remaining Allegro GUI dialog -unsigned int yes_no(const char *title, const char *message); - #endif |