| 1010 | } |
| 1011 | |
| 1012 | void xEntMotionDebugCB() |
| 1013 | { |
| 1014 | xEntMotion* xem; |
| 1015 | |
| 1016 | if ((dbg_idx != -1) && (dbg_num != 0)) |
| 1017 | { |
| 1018 | xem = dbg_xems[dbg_idx]; |
| 1019 | xEntMotionDebugWrite(xem); |
| 1020 | xEntMotionDebugDraw(xem); |
| 1021 | xEntMotionDebugIPad(xem); |
| 1022 | } |
| 1023 | } |
| 1024 | |
| 1025 | static void xEntMotionDebugWrite(const xEntMotion* xem) |
| 1026 | { |
nothing calls this directly
no test coverage detected