mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:47:43 +00:00
CCharacterFactory imps
This commit is contained in:
19
Runtime/GameGlobalObjects.cpp
Normal file
19
Runtime/GameGlobalObjects.cpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "GameGlobalObjects.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CMemoryCardSys* g_MemoryCardSys = nullptr;
|
||||
class IFactory* g_ResFactory = nullptr;
|
||||
class CSimplePool* g_SimplePool = nullptr;
|
||||
class CCharacterFactoryBuilder* g_CharFactoryBuilder = nullptr;
|
||||
class CAiFuncMap* g_AiFuncMap = nullptr;
|
||||
class CGameState* g_GameState = nullptr;
|
||||
class CInGameTweakManagerBase* g_TweakManager = nullptr;
|
||||
class CBooRenderer* g_Renderer = nullptr;
|
||||
|
||||
DataSpec::ITweakGame* g_tweakGame = nullptr;
|
||||
DataSpec::ITweakPlayer* g_tweakPlayer = nullptr;
|
||||
DataSpec::ITweakPlayerControl* g_tweakPlayerControl = nullptr;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user