continued with asset loader

This commit is contained in:
2026-05-18 18:10:06 -04:00
parent e02e92db10
commit 6a0e0d0685
28 changed files with 183 additions and 73575 deletions

View File

@@ -31,7 +31,7 @@ private:
static bool does_meta_exist(const Path& path);
static std::optional<AssetRecord> read_meta_file(const Path& path);
static bool generate_meta_file(const Path& path);
static void load_asset(AssetRecord* asset);
static void load_asset(const AssetRecord* asset);
};