view render.h @ 30:03f9bb57cc54

Small cleanup
author Mike Pavone <pavone@retrodev.com>
date Sat, 08 Dec 2012 20:02:10 -0800
parents f664eeb55cb4
children 2e15fa26fe58
line wrap: on
line source

#ifndef RENDER_SDL_H_
#define RENDER_SDL_H_

#include "vdp.h"
void render_init();
void render_context(vdp_context * context);
void render_wait_quit();

#endif //RENDER_SDL_H_