mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:06:34 +00:00
rename IPlatformRender to IPlatformRenderer
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
class IPlatformInput;
|
||||
class IPlatformProfile;
|
||||
class IPlatformRender;
|
||||
class IPlatformRenderer;
|
||||
class IPlatformStorage;
|
||||
|
||||
IPlatformInput& PlatformInput = InputManager;
|
||||
IPlatformProfile& PlatformProfile = ProfileManager;
|
||||
IPlatformRender& PlatformRender = RenderManager;
|
||||
IPlatformRenderer& PlatformRender = RenderManager;
|
||||
IPlatformStorage& PlatformStorage = StorageManager;
|
||||
|
||||
Reference in New Issue
Block a user