mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:42:27 +00:00
12 lines
314 B
C
12 lines
314 B
C
#pragma once
|
|
|
|
#include "IPlatformFileIO.h"
|
|
#include "IPlatformLeaderboard.h"
|
|
#include "IPlatformNetwork.h"
|
|
|
|
// Interface references to platform services. Game code uses these
|
|
// instead of concrete globals directly. Bindings are established
|
|
// by the app layer at startup.
|
|
|
|
extern IPlatformFileIO& PlatformFileIO;
|