mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-06 18:37:14 +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; |