add SDL2 audio backend
[rofl0r-gnuboy.git] / emu.h
blob2fb60c980a5e3c7e307e3feb4f753bb5f6591c9a
1 #ifndef EMU_H
2 #define EMU_H
4 void emu_run();
5 void emu_reset();
7 #endif