gnuboy-for-dfi/emu.h

10 lines
73 B
C
Raw Normal View History

2012-06-23 14:38:19 +00:00
#ifndef EMU_H
#define EMU_H
void emu_run();
void emu_reset();
#endif