view render.h @ 31:25016576b5f3

Make horizontal scrolling closer to correct, Comix Zone looks good, Sonic 2 slightly off
author Mike Pavone <pavone@retrodev.com>
date Sat, 08 Dec 2012 20:25:56 -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_