Add asset saving

This commit is contained in:
2022-08-24 17:24:21 +00:00
parent dc82da6982
commit 3040dc1f7f
6 changed files with 91 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ struct fileasset {
short filename_len;
bool searched;
short type;
void *data;
void *data; // Struct of the underlying asset - Texture struct, etc
};
typedef struct {