annotate src/sdl/Drive.h @ 86:9864032ef3c8

cleaned up code and made it to the end of the title
author Robert McIntyre <rlm@mit.edu>
date Sat, 10 Mar 2012 14:24:10 -0600
parents 719d910c90f8
children 1ff2c546f5ad
rev   line source
rlm@49 1 int runVBA(int, char**);
rlm@49 2
rlm@53 3 void step();
rlm@53 4
rlm@55 5 void step(int keymask);
rlm@55 6
rlm@53 7 void shutdown();