2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 17:39:13 +00:00

Migrate to new CInputGenerator and rename old

This commit is contained in:
2022-03-22 12:04:57 -07:00
parent 9804543327
commit 42dde9187b
15 changed files with 406 additions and 383 deletions

View File

@@ -17,6 +17,7 @@ class CCubeRenderer* g_Renderer = nullptr;
class CStringTable* g_MainStringTable = nullptr;
class CTextureCache* g_TextureCache = nullptr;
class CInputGenerator* g_InputGenerator = nullptr;
class IController* g_Controller = nullptr;
class CStateManager* g_StateManager = nullptr;
ITweakGame* g_tweakGame = nullptr;