Export quit function

This commit is contained in:
simon.kagstrom 2010-02-14 09:37:57 +00:00
parent 230208358f
commit 0135421daa

View File

@ -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);