summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-13 15:28:25 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-01-13 15:28:25 +0000
commit59cfa10fc0492e912713a282ba05b48afcbe2854 (patch)
tree023a4dbffc4a1858631582ecf8870feb330f0aaf /src/gui/gui.h
parent682d6a9e44e583c088ed5970d69ef6bd9db7fd23 (diff)
downloadMana-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.h12
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