summaryrefslogtreecommitdiffstats
path: root/sigencore/Client.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-24 16:43:57 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-24 16:43:57 -0500
commited45ef2c1b99ed07c7fe6585d23ddb19fa87fec5 (patch)
tree0b363f68308f1d43f030a12fd3c6b033c5b1ecbc /sigencore/Client.h
parenta6ba3f8693a4e0f77e8a7a997c605f7bb17005aa (diff)
downloadsigen-ed45ef2c1b99ed07c7fe6585d23ddb19fa87fec5.tar.gz
sigen-ed45ef2c1b99ed07c7fe6585d23ddb19fa87fec5.tar.xz
sigen-ed45ef2c1b99ed07c7fe6585d23ddb19fa87fec5.zip
Update sigencore to the sigmod->game rename
Diffstat (limited to 'sigencore/Client.h')
-rw-r--r--sigencore/Client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigencore/Client.h b/sigencore/Client.h
index 9ec0fc30..5074ec01 100644
--- a/sigencore/Client.h
+++ b/sigencore/Client.h
@@ -27,7 +27,7 @@
// Forward declarations
namespace Sigscript
{
-class SigmodWrapper;
+class GameWrapper;
}
namespace Sigencore
@@ -56,10 +56,10 @@ class SIGENCORE_EXPORT Client : public Sigscript::Config
//
// void timeout();
protected:
- Client(Sigscript::SigmodWrapper* sigmod, Sigscript::Config* parent);
+ Client(Sigscript::GameWrapper* game, Sigscript::Config* parent);
virtual ~Client();
- Sigscript::SigmodWrapper* m_sigmod;
+ Sigscript::GameWrapper* m_game;
Arena* m_arena;
protected slots:
private: