view src/sdl/Drive.h @ 373:a6f212ae29a3

Found some tile sprites for printable characters. Neato.
author Dylan Holmes <ocsenave@gmail.com>
date Mon, 09 Apr 2012 03:46:04 -0500
parents 1ff2c546f5ad
children
line wrap: on
line source
1 int runVBA(int, char**);
3 void step();
5 void step(int keymask);
7 void shutdown();
9 int tick();