mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-19 00:22:59 +00:00
16 lines
402 B
C++
16 lines
402 B
C++
#include "PlatformServices.h"
|
|
#include "StdFileIO.h"
|
|
|
|
#include "sdl2/Input.h"
|
|
#include "sdl2/Profile.h"
|
|
#include "sdl2/Render.h"
|
|
#include "sdl2/Storage.h"
|
|
|
|
static StdFileIO s_stdFileIO;
|
|
|
|
yuri_1319& PlatformFileIO = s_stdFileIO;
|
|
yuri_1321& PlatformInput = InputManager;
|
|
yuri_1325& PlatformProfile = ProfileManager;
|
|
yuri_1326& PlatformRender = RenderManager;
|
|
yuri_1328& PlatformStorage = StorageManager;
|