Added the ability for assets to be considered components and have OnRemove callbacks
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -3,6 +3,5 @@ TYPE(AssetHandle, GenericHandle)
|
||||
/* #include LOADERS_TYPES_H */
|
||||
|
||||
TYPE(TextAsset, struct {
|
||||
CONST_STR text;
|
||||
U64 length;
|
||||
evstring text;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user