mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-03 15:32:53 +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;
|