Implemented Asset foundation
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
TYPE(AssetHandle, GenericHandle)
|
||||
|
||||
/* #include LOADERS_TYPES_H */
|
||||
|
||||
TYPE(TextAsset, struct {
|
||||
CONST_STR text;
|
||||
U64 length;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user