mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-28 07:42:53 +00:00
10 lines
224 B
C
10 lines
224 B
C
#pragma once
|
|
|
|
#include "IPlatformInput.h"
|
|
#include "IPlatformNetwork.h"
|
|
#include "IPlatformProfile.h"
|
|
#include "IPlatformRender.h"
|
|
#include "IPlatformSound.h"
|
|
#include "IPlatformStorage.h"
|
|
#include "IPlatformUIController.h"
|