feat: models loading

This commit is contained in:
MihailRis
2024-06-22 23:43:56 +03:00
parent d54b6b2e58
commit ea0add3017
8 changed files with 43 additions and 13 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ enum class AssetType {
font,
atlas,
layout,
sound
sound,
model,
};
class ResPaths;