diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-12-18 02:16:42 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-12-18 02:16:42 -0800 |
commit | 0a4dc409df4784b0d115755772c123e6a1adc3e6 (patch) | |
tree | cd4d6b595e1d7ac6124cab70e3a2f726241c9cad /render.h | |
parent | b13bafe99c81764a0895add77a6b16361cdc8e1f (diff) |
Get Flavio's color bar demo kind of sort of working
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ void render_init(int width, int height); void render_context(vdp_context * context); void render_wait_quit(vdp_context * context); +void wait_render_frame(vdp_context * context); #endif //RENDER_SDL_H_ |