diff render.h @ 884:252dfd29831d

Selecting a second game from the menu now works
author Michael Pavone <pavone@retrodev.com>
date Fri, 13 Nov 2015 22:56:59 -0800
parents b6842dfb8edf
children b9564fb88a5a
line wrap: on
line diff
--- a/render.h	Fri Nov 13 19:15:37 2015 -0800
+++ b/render.h	Fri Nov 13 22:56:59 2015 -0800
@@ -34,6 +34,7 @@
 
 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b);
 void render_alloc_surfaces(vdp_context * context);
+void render_free_surfaces(vdp_context *context);
 void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen);
 void render_update_caption(char *title);
 void render_context(vdp_context * context);