| 761 | } |
| 762 | |
| 763 | static void LightKit_Unload(void* userdata, U32 b) |
| 764 | { |
| 765 | xLightKit_Destroy((xLightKit*)userdata); |
| 766 | } |
| 767 | |
| 768 | static xAnimTable* Anim_ATBL_getTable(xAnimTable* (*constructor)()) |
| 769 | { |
nothing calls this directly
no test coverage detected