Add asset saving
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user