diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-16 18:41:36 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-16 18:41:36 -0500 |
| commit | 846a6e1185417ee3e187edc06ef327d180bf0d9b (patch) | |
| tree | c372f0dbe0d12361acd5ef60c082679a1651d863 /src/asset-manager.hpp | |
| parent | 15524958f409b1f13a1deffc4dd8c1fbddefaf28 (diff) | |
pke: add font asset type
Diffstat (limited to 'src/asset-manager.hpp')
| -rw-r--r-- | src/asset-manager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset-manager.hpp b/src/asset-manager.hpp index 9129ceb..0a7cd5c 100644 --- a/src/asset-manager.hpp +++ b/src/asset-manager.hpp @@ -26,6 +26,7 @@ const AssetType PKE_ASSET_TYPE_SHADER = AssetType {0x01}; const AssetType PKE_ASSET_TYPE_MODEL = AssetType {0x02}; const AssetType PKE_ASSET_TYPE_TEXTURE = AssetType {0x04}; const AssetType PKE_ASSET_TYPE_AUDIO = AssetType {0x08}; +const AssetType PKE_ASSET_TYPE_FONT = AssetType {0x10}; const AssetType PKE_ASSET_TYPE_ALL = AssetType {0xFF}; constexpr int64_t EngineDefinedAssetCount = 4; |
