9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
TYPE(AssetHandle, GenericHandle)
|
|
|
|
/* #include LOADERS_TYPES_H */
|
|
|
|
TYPE(TextAsset, struct {
|
|
CONST_STR text;
|
|
U64 length;
|
|
})
|