4jcraft/targets/platform/PlatformServices.h
2026-04-07 15:55:45 -05:00

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;