summaryrefslogtreecommitdiff
path: root/asset.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asset.hpp')
-rw-r--r--asset.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/asset.hpp b/asset.hpp
index 5218268..10b3f2e 100644
--- a/asset.hpp
+++ b/asset.hpp
@@ -7,6 +7,7 @@ struct Pack_File;
struct Pack;
struct Asset {
+ const char* name;
Asset_Loader* loader;
};