mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-13 06:17:13 +00:00
Extract shared types to PlatformTypes.h, add [[nodiscard]] to query methods, convert file-scope enums to enum class with compat aliases.
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"
|