TYPE(AssetHandle, GenericHandle) /* #include LOADERS_TYPES_H */ TYPE(TextAsset, struct { evstring text; }) TYPE(JSONAsset, struct { PTR json_data; })