view render.h @ 22:f090a98ccb7e

Sprites fixed, working on bg planes
author Mike Pavone <pavone@retrodev.com>
date Sat, 08 Dec 2012 11:59:50 -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_