summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/render.h b/render.h
index 9445448..cdae018 100644
--- a/render.h
+++ b/render.h
@@ -50,7 +50,9 @@ int render_joystick_num_buttons(int joystick);
int render_joystick_num_hats(int joystick);
int render_num_joysticks();
void process_events();
-
+void render_errorbox(char *title, char *message);
+void render_warnbox(char *title, char *message);
+void render_infobox(char *title, char *message);
#endif //RENDER_H_