mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:02:27 +00:00
rename minecraft folder to `targets
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user