| 3344 | } |
| 3345 | |
| 3346 | void AttachInterlevelData(ASContext* context) { |
| 3347 | context->RegisterGlobalFunction("void SetInterlevelData(const string &in, const string &in)", asFUNCTION(ASSetInterlevelData), asCALL_CDECL); |
| 3348 | context->RegisterGlobalFunction("string GetInterlevelData(const string &in)", asFUNCTION(ASGetInterlevelData), asCALL_CDECL); |
| 3349 | } |
| 3350 | |
| 3351 | static void AS_TextureAssetRefConstructor(void* memory) { |
| 3352 | new (memory) TextureAssetRef(); |
no test coverage detected