X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldbg.h;h=5654715c41845ffca052bbef67f936b86846ec68;hb=2f49929fc383eab718b5fb64d966535b753e7024;hp=ff844518ed68f715e0e3a5036be9b7d4ab95716c;hpb=ee7f1e3a5912789664648ac5be85127e62c1cda5;p=gldbg.git diff --git a/source/gldbg.h b/source/gldbg.h index ff84451..5654715 100644 --- a/source/gldbg.h +++ b/source/gldbg.h @@ -39,7 +39,7 @@ public: GlState &get_glstate() { return glstate; } Process &get_process() { return process; } void launch(); - void quit(); + void quit(bool); private: void tick(); void check_child();