| 55 | |
| 56 | |
| 57 | static inline void initObject (dObject *obj, dxWorld *w) |
| 58 | { |
| 59 | obj->world = w; |
| 60 | obj->next = 0; |
| 61 | obj->tome = 0; |
| 62 | obj->userdata = 0; |
| 63 | obj->tag = 0; |
| 64 | } |
| 65 | |
| 66 | |
| 67 | // add an object `obj' to the list who's head pointer is pointed to by `first'. |
no outgoing calls
no test coverage detected