diff options
author | Bottinator22 <bottinator22@gmail.com> | 2025-03-02 20:18:31 -0800 |
---|---|---|
committer | Bottinator22 <bottinator22@gmail.com> | 2025-03-02 20:18:31 -0800 |
commit | 1af60db5b25143a8dd937b512c3ddfd2e275a4ab (patch) | |
tree | fe52e5a6ff11ac1c8cd34636d64f827cbb98bd2a /source/base/StarAssets.hpp | |
parent | 76a64738d521d69f214654638615387fdc1423c0 (diff) |
minor improvements
Diffstat (limited to 'source/base/StarAssets.hpp')
-rw-r--r-- | source/base/StarAssets.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/base/StarAssets.hpp b/source/base/StarAssets.hpp index e848410..203214a 100644 --- a/source/base/StarAssets.hpp +++ b/source/base/StarAssets.hpp @@ -45,7 +45,6 @@ enum class AssetType { Font, Bytes }; -extern EnumMap<AssetType> const AssetTypeNames; // The assets system can load image, font, json, and data assets from a set of // sources. Each source is either a directory on the filesystem or a single |