doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idClipModel |
class | idClip |
Macros | |
#define | CLIPMODEL_ID_TO_JOINT_HANDLE(id) ( ( id ) >= 0 ? INVALID_JOINT : ((jointHandle_t) ( -1 - id )) ) |
#define | JOINT_HANDLE_TO_CLIPMODEL_ID(id) ( -1 - id ) |
#define CLIPMODEL_ID_TO_JOINT_HANDLE | ( | id | ) | ( ( id ) >= 0 ? INVALID_JOINT : ((jointHandle_t) ( -1 - id )) ) |