diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-28 12:48:51 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-28 12:48:51 -0400 |
| commit | 722cc78632f43c3038763b7c51dba3c2ccf4d77f (patch) | |
| tree | 90532b5c901e37504530fcd247283d555352e377 | |
| parent | 22e130c8d2741a44bb5ad518cd5e6707625b4e12 (diff) | |
| download | sigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.tar.gz sigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.tar.xz sigen-722cc78632f43c3038763b7c51dba3c2ccf4d77f.zip | |
Add a cleanupClient signal
| -rw-r--r-- | sigencore/Client.h | 2 |
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(); |
