mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 13:32:54 +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"
|