2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

Started Tweaks in MP1 DataSpec

This commit is contained in:
Jack Andersen
2015-08-17 13:46:41 -10:00
parent d099a210d0
commit 3112addebd
20 changed files with 74 additions and 5 deletions

View File

@@ -6,6 +6,10 @@
#include "CMemoryCardSys.hpp"
#include "CResFactory.hpp"
#include "CSimplePool.hpp"
#include "Character/CAssetFactory.hpp"
#include "CAi.hpp"
#include "CGameState.hpp"
#include "CInGameTweakManager.hpp"
namespace Retro
{
@@ -17,6 +21,11 @@ class CGameGlobalObjects : public Common::TOneStatic<CGameGlobalObjects>
Common::CMemoryCardSys m_memoryCardSys;
Common::CResFactory m_resFactory;
Common::CSimplePool m_simplePool;
Common::CCharacterFactoryBuilder m_charFactoryBuilder;
Common::CAiFuncMap m_aiFuncMap;
Common::CGameState m_gameState;
Common::CInGameTweakManager m_tweakManager;
public:
void PostInitialize(Common::COsContext& osctx, Common::CMemorySys& memSys)
{