mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 01:34:34 +00:00
13 lines
316 B
C
13 lines
316 B
C
#pragma once
|
|
|
|
#include "IPlatformFileIO.h"
|
|
#include "IPlatformInput.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"
|