summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 36973b65..47362466 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -32,7 +32,7 @@
#include <alfont.h>
#include <string.h>
-typedef struct {
+typedef struct {
BITMAP *grid[9];
} LexSkinnedRect;
@@ -112,10 +112,11 @@ int tmw_password_proc(int msg, DIALOG *d, int c);
int tmw_list_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);
+int tmw_ldialog_proc(int msg, DIALOG *d, int c);
int tmw_textbox_proc(int msg, DIALOG *d, int c);
int tmw_bitmap_proc(int msg, DIALOG *d, int c);
void ok(const char *title, const char *message);
unsigned int yes_no(const char *title, const char *message);
-#endif
+#endif