| 25 | // with this file linked will result in a crash, so I'm not marking it as Equivalent yet. |
| 26 | |
| 27 | struct BubbleData |
| 28 | { |
| 29 | xVec3 vel; |
| 30 | float life; |
| 31 | }; |
| 32 | |
| 33 | extern RwCamera* sGameScreenTransCam; |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected