From 0135421daa04ae0200d2aea68cc9681efc0901b7 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sun, 14 Feb 2010 09:37:57 +0000 Subject: [PATCH] Export quit function --- Src/C64.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Src/C64.h b/Src/C64.h index a30f378..55b2826 100644 --- a/Src/C64.h +++ b/Src/C64.h @@ -150,6 +150,11 @@ public: bool is_in_menu() { return this->have_a_break; } + + void quit() + { + this->quit_thyself = true; + } private: void c64_ctor1(void); void c64_ctor2(void);