mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 17:17:12 +00:00
10 lines
209 B
C++
10 lines
209 B
C++
#include "PlatformServices.h"
|
|
#include "StdFileIO.h"
|
|
|
|
#include "sdl2/Render.h"
|
|
|
|
static StdFileIO s_stdFileIO;
|
|
|
|
IPlatformFileIO& PlatformFileIO = s_stdFileIO;
|
|
IPlatformRenderer& PlatformRender = RenderManager;
|