mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-08 10:37:14 +00:00
14 lines
366 B
C++
14 lines
366 B
C++
#include "PlatformServices.h"
|
|
#include "StdFileIO.h"
|
|
|
|
#include "sdl2/Profile.h"
|
|
#include "sdl2/Render.h"
|
|
#include "sdl2/Storage.h"
|
|
|
|
static StdFileIO s_stdFileIO;
|
|
|
|
IPlatformFileIO& PlatformFileIO = s_stdFileIO;
|
|
IPlatformProfile& PlatformProfile = PlatformProfile;
|
|
IPlatformRenderer& PlatformRender = RenderManager;
|
|
IPlatformStorage& PlatformStorage = StorageManager;
|