| 104 | RwTexture* xFXanimUV2PTexture = NULL; |
| 105 | |
| 106 | static void DrawRingSetup() |
| 107 | { |
| 108 | g_txtr_drawRing = (RwTexture*)xSTFindAsset(ID_rainbowfilm_smooth32, NULL); |
| 109 | } |
| 110 | |
| 111 | static void DrawRingSceneExit() |
| 112 | { |
nothing calls this directly
no test coverage detected