Wxwidgets graphics plugin
[lsnes.git] / platform / wxwidgets / src / emufn.hpp
blobca08228dfde3b7df9ae972771a8e24513954706c
1 #ifndef _wxwdigets_emufn__hpp__included__
2 #define _wxwdigets_emufn__hpp__included__
4 #include "rom.hpp"
5 #include "moviefile.hpp"
7 void boot_emulator(loaded_rom& rom, moviefile& movie);
8 void exec_command(const std::string& cmd);
10 #endif