4jcraft/targets/platform/Platform.h
Tropical e57105c5b3
Some checks are pending
Build (Linux, x86-64) / build-linux (push) Waiting to run
Format Check / clang-format (push) Waiting to run
rename IPlatformRender to IPlatformRenderer
2026-04-01 20:16:33 -05:00

11 lines
253 B
C

#pragma once
#include "IPlatformInput.h"
#include "IPlatformNetwork.h"
#include "IPlatformProfile.h"
#include "IPlatformRenderer.h"
#include "IPlatformSound.h"
#include "IPlatformStorage.h"
#include "IPlatformUIController.h"
#include "PlatformTypes.h"