1 #ifndef _mainloop__hpp__included__
2 #define _mainloop__hpp__included__
6 #include "moviefile.hpp"
10 * \brief Emulator main loop.
12 void main_loop(window
* _win
, struct loaded_rom
& rom
, struct moviefile
& settings
) throw(std::bad_alloc
,
15 std::vector
<char>& get_host_memory();