summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-28 12:48:51 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-28 12:48:51 -0400
commit722cc78632f43c3038763b7c51dba3c2ccf4d77f (patch)
tree90532b5c901e37504530fcd247283d555352e377
parent22e130c8d2741a44bb5ad518cd5e6707625b4e12 (diff)
downloadsigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.tar.gz
sigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.tar.xz
sigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.zip
Add a cleanupClient signal
-rw-r--r--sigencore/Client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sigencore/Client.h b/sigencore/Client.h
index 058037c4..368619f0 100644
--- a/sigencore/Client.h
+++ b/sigencore/Client.h
@@ -52,6 +52,8 @@ class SIGENCORE_EXPORT Client : public Sigscript::Config
virtual bool enterArena(Arena* arena);
virtual void exitArena();
+ signals:
+ void cleanupClient();
protected:
Client(Sigscript::GameWrapper* game, Sigscript::Config* parent);
virtual ~Client();