X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldbg.h;fp=source%2Fgldbg.h;h=5654715c41845ffca052bbef67f936b86846ec68;hb=2f49929fc383eab718b5fb64d966535b753e7024;hp=ff844518ed68f715e0e3a5036be9b7d4ab95716c;hpb=c0ba680779ab15fe46442765fb7cf136aadfda65;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();