comparison render.h @ 20:f664eeb55cb4

Mostly broken VDP core and savestate viewer
author Mike Pavone <pavone@retrodev.com>
date Sat, 08 Dec 2012 02:00:54 -0800
parents
children 2e15fa26fe58
comparison
equal deleted inserted replaced
19:4717146a7606 20:f664eeb55cb4
1 #ifndef RENDER_SDL_H_
2 #define RENDER_SDL_H_
3
4 #include "vdp.h"
5 void render_init();
6 void render_context(vdp_context * context);
7 void render_wait_quit();
8
9 #endif //RENDER_SDL_H_
10