| 169 | void dvm_MakeZeroAngle(angvec *v) { vm_MakeZero(v); } |
| 170 | |
| 171 | void dStartFrame(int x, int y, int x2, int y2, bool clear) { StartFrame(x, y, x2, y2, clear); } |
| 172 | |
| 173 | // ObjSetPos, that automatically sets the OF_MOVED_THIS_FRAME |
| 174 | void ObjSetPosAndMarkMoved(object *obj, vector *pos, int roomnum, matrix *orient, bool f_update_attached_children) { |
nothing calls this directly
no test coverage detected