4jcraft/targets/platform/Platform.h
2026-04-07 12:12:42 -05:00

13 lines
322 B
C

#pragma once
#include "IPlatformFileIO.h"
#include "platform/input/input.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"