rename minecraft folder to `targets

This commit is contained in:
Tropical
2026-04-01 13:27:58 -05:00
parent 5c1fed0613
commit 8315a5ba2b
7690 changed files with 12 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "PlatformServices.h"
#include "../4J.Input/4J_Input.h"
#include "../4J.Profile/4J_Profile.h"
#include "../4J.Render/4J_Render.h"
#include "../4J.Storage/4J_Storage.h"
IPlatformInput& PlatformInput = InputManager;
IPlatformProfile& PlatformProfile = ProfileManager;
IPlatformRender& PlatformRender = RenderManager;
IPlatformStorage& PlatformStorage = StorageManager;