mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:42:27 +00:00
13 lines
322 B
C
13 lines
322 B
C
#pragma once
|
|
|
|
#include "IPlatformFileIO.h"
|
|
#include "platform/input/input.h"
|
|
#include "IPlatformLeaderboard.h"
|
|
#include "IPlatformNetwork.h"
|
|
#include "IPlatformProfile.h"
|
|
#include "IPlatformRenderer.h"
|
|
#include "IPlatformSound.h"
|
|
#include "IPlatformStorage.h"
|
|
#include "IPlatformUIController.h"
|
|
#include "PlatformTypes.h"
|