mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-19 19:12:55 +00:00
11 lines
251 B
C
11 lines
251 B
C
#pragma once
|
|
|
|
#include "PlatformTypes.h"
|
|
#include "IPlatformInput.h"
|
|
#include "IPlatformNetwork.h"
|
|
#include "IPlatformProfile.h"
|
|
#include "IPlatformRender.h"
|
|
#include "IPlatformSound.h"
|
|
#include "IPlatformStorage.h"
|
|
#include "IPlatformUIController.h"
|