mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 05:43:38 +00:00
13 lines
335 B
C
13 lines
335 B
C
#pragma once
|
|
|
|
#include "IPlatformFilesystem.h"
|
|
#include "platform/input/input.h"
|
|
#include "IPlatformLeaderboard.h"
|
|
#include "IPlatformNetwork.h"
|
|
#include "IPlatformProfile.h"
|
|
#include "platform/renderer/renderer.h"
|
|
#include "IPlatformSound.h"
|
|
#include "IPlatformStorage.h"
|
|
#include "IPlatformUIController.h"
|
|
#include "PlatformTypes.h"
|