comparison render.h @ 54:3b79cbcf6846

Get Flavio's color bar demo kind of sort of working
author Mike Pavone <pavone@retrodev.com>
date Tue, 18 Dec 2012 02:16:42 -0800
parents 3fc57e1a2c56
children 209a37eed3e7
comparison
equal deleted inserted replaced
53:44e661913a51 54:3b79cbcf6846
3 3
4 #include "vdp.h" 4 #include "vdp.h"
5 void render_init(int width, int height); 5 void render_init(int width, int height);
6 void render_context(vdp_context * context); 6 void render_context(vdp_context * context);
7 void render_wait_quit(vdp_context * context); 7 void render_wait_quit(vdp_context * context);
8 void wait_render_frame(vdp_context * context);
8 9
9 #endif //RENDER_SDL_H_ 10 #endif //RENDER_SDL_H_
10 11