rename IPlatformRender to IPlatformRenderer

This commit is contained in:
Tropical
2026-04-01 20:16:33 -05:00
parent 0299a503f9
commit e57105c5b3
6 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -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;