refactor: move 4J implementations into platform/sdl2

This commit is contained in:
MatthewBeshay
2026-04-02 16:03:08 +11:00
parent 35b63da24d
commit e5a859f8a7
264 changed files with 336 additions and 415 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
#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"
#include "../platform/sdl2/Input.h"
#include "../platform/sdl2/Profile.h"
#include "../platform/sdl2/Render.h"
#include "../platform/sdl2/Storage.h"
class IPlatformInput;
class IPlatformProfile;