mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-11 23:28:18 +00:00
6 lines
131 B
C++
6 lines
131 B
C++
#include "PlatformServices.h"
|
|
#include "StdFileIO.h"
|
|
|
|
static StdFileIO s_stdFileIO;
|
|
|
|
IPlatformFileIO& PlatformFileIO = s_stdFileIO; |