| 202 | } |
| 203 | |
| 204 | void checkAgainstButtons(xEnt* ent) |
| 205 | { |
| 206 | struct |
| 207 | { |
| 208 | xVec3 center; |
| 209 | F32 unk; |
| 210 | } data; |
| 211 | xVec3Copy(&data.center, xBoundCenter(&ent->bound)); |
| 212 | data.unk = 0.5f; |
| 213 | zSceneForAllBase(zThrown_ButtonIteratorCB, 0x18, (void*)&data); |
| 214 | } |
| 215 | |
| 216 | void xDrawSphere(const xSphere*, U32) |
| 217 | { |
nothing calls this directly
no test coverage detected