lsnes/include/plat-wxwidgets/emufn.hpp
2011-11-06 14:41:41 +02:00

10 lines
No EOL
245 B
C++

#ifndef _wxwdigets_emufn__hpp__included__
#define _wxwdigets_emufn__hpp__included__
#include "core/moviefile.hpp"
#include "core/rom.hpp"
void boot_emulator(loaded_rom& rom, moviefile& movie);
void exec_command(const std::string& cmd);
#endif