gnuboy-for-dfi/emu.h

10 lines
73 B
C

#ifndef EMU_H
#define EMU_H
void emu_run();
void emu_reset();
#endif