12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
TYPE(AssetHandle, GenericHandle)
|
|
|
|
/* #include LOADERS_TYPES_H */
|
|
|
|
TYPE(TextAsset, struct {
|
|
evstring text;
|
|
})
|
|
|
|
TYPE(JSONAsset, struct {
|
|
PTR json_data;
|
|
})
|