8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
TYPE(AssetHandle, GenericHandle)
|
|
|
|
/* #include LOADERS_TYPES_H */
|
|
|
|
TYPE(TextAsset, struct {
|
|
evstring text;
|
|
})
|