summaryrefslogtreecommitdiff
path: root/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'render.h')
-rw-r--r--render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render.h b/render.h
index b8e28b3..02e8730 100644
--- a/render.h
+++ b/render.h
@@ -57,6 +57,8 @@ void process_events();
int render_joystick_num_buttons(int joystick);
int render_joystick_num_hats(int joystick);
int render_num_joysticks();
+int render_width();
+int render_height();
void process_events();
void render_errorbox(char *title, char *message);
void render_warnbox(char *title, char *message);