Start of asset management 2.0

This commit is contained in:
Simon Lübeß
2024-05-19 01:35:52 +02:00
parent 989ad4a5bd
commit 2725801db8
21 changed files with 2192 additions and 52 deletions
@@ -0,0 +1,7 @@
namespace GlitchyEngine.Content;
enum AssetCompression : uint8
{
None,
L4Z
}
+7
View File
@@ -0,0 +1,7 @@
namespace GlitchyEngine.Content;
enum AssetType : uint16
{
Unknown,
Texture
}