diff options
author | megamage <none@none> | 2009-05-10 16:07:49 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-10 16:07:49 -0500 |
commit | dcf41256ddaa341b532bd7c565c3d18a7c3b6757 (patch) | |
tree | 088ca8f6a5bc4847d9499d4502d8d782bc6977db /src/game/InstanceSaveMgr.cpp | |
parent | 518ac83fbf51eb60d02d619e7c2a176272768c97 (diff) |
*Move some AI functions to core. No real change.
--HG--
branch : trunk
Diffstat (limited to 'src/game/InstanceSaveMgr.cpp')
-rw-r--r-- | src/game/InstanceSaveMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/InstanceSaveMgr.cpp b/src/game/InstanceSaveMgr.cpp index 9332f4b8f0a..131d26e90f7 100644 --- a/src/game/InstanceSaveMgr.cpp +++ b/src/game/InstanceSaveMgr.cpp @@ -40,6 +40,8 @@ #include "Group.h" #include "InstanceData.h" #include "ProgressBar.h" +#include "Policies/Singleton.h" +#include "Policies/SingletonImp.h" INSTANTIATE_SINGLETON_1( InstanceSaveManager ); |