10 lines
No EOL
245 B
C++
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 |