mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-12 19:18:37 +00:00
12 lines
287 B
C++
12 lines
287 B
C++
#include "PlatformServices.h"
|
|
#include "StdFileIO.h"
|
|
|
|
#include "sdl2/Render.h"
|
|
#include "sdl2/Storage.h"
|
|
|
|
static StdFileIO s_stdFileIO;
|
|
|
|
IPlatformFileIO& PlatformFileIO = s_stdFileIO;
|
|
IPlatformRenderer& PlatformRender = RenderManager;
|
|
IPlatformStorage& PlatformStorage = StorageManager;
|