mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 10:03:35 +00:00
refactor: move 4J implementations into platform/sdl2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user