4jcraft/targets/platform/Platform.h
2026-04-01 13:27:58 -05:00

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"