lsnes rr0-β2
[lsnes.git] / mainloop.hpp
blob17eb985386ea6a2b21a00507fe2dfed086988aaf
1 #ifndef _mainloop__hpp__included__
2 #define _mainloop__hpp__included__
4 #include "rom.hpp"
5 #include "moviefile.hpp"
6 #include "movie.hpp"
8 /**
9 * \brief Emulator main loop.
11 void main_loop(struct loaded_rom& rom, struct moviefile& settings) throw(std::bad_alloc,
12 std::runtime_error);
14 #endif