Mercurial > repos > blastem
comparison render.h @ 799:0b692b5d154b
Merge
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Sun, 26 Jul 2015 13:25:31 -0700 |
parents | 724bbec47f86 |
children | b6842dfb8edf |
comparison
equal
deleted
inserted
replaced
798:062a2199daf6 | 799:0b692b5d154b |
---|---|
48 void process_events(); | 48 void process_events(); |
49 int render_joystick_num_buttons(int joystick); | 49 int render_joystick_num_buttons(int joystick); |
50 int render_joystick_num_hats(int joystick); | 50 int render_joystick_num_hats(int joystick); |
51 int render_num_joysticks(); | 51 int render_num_joysticks(); |
52 void process_events(); | 52 void process_events(); |
53 | 53 void render_errorbox(char *title, char *message); |
54 void render_warnbox(char *title, char *message); | |
55 void render_infobox(char *title, char *message); | |
54 | 56 |
55 | 57 |
56 #endif //RENDER_H_ | 58 #endif //RENDER_H_ |
57 | 59 |