Moving shutdown logic to Emulator.

This commit is contained in:
Ben Vanik
2014-01-15 07:31:21 -08:00
parent 991e7d8ad3
commit 2a7f3de1c3
4 changed files with 11 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ public:
const xechar_t* command_line() const { return command_line_; }
ui::Window* main_window() const { return main_window_; }
void set_main_window(ui::Window* window) { main_window_ = window; }
void set_main_window(ui::Window* window);
Memory* memory() const { return memory_; }