doom3-gpl
Doom 3 GPL source release
|
#include "../idlib/precompiled.h"
Go to the source code of this file.
Classes | |
struct | commandDef_s |
class | idCmdSystemLocal |
Typedefs | |
typedef struct commandDef_s | commandDef_t |
Functions | |
template<> | |
ID_INLINE int | idListSortCompare (const commandDef_t *const *a, const commandDef_t *const *b) |
Variables | |
idCmdSystemLocal | cmdSystemLocal |
idCmdSystem * | cmdSystem = &cmdSystemLocal |
typedef struct commandDef_s commandDef_t |
ID_INLINE int idListSortCompare | ( | const commandDef_t *const * | a, |
const commandDef_t *const * | b | ||
) |
Definition at line 126 of file CmdSystem.cpp.
idCmdSystem* cmdSystem = &cmdSystemLocal |
Definition at line 116 of file CmdSystem.cpp.
idCmdSystemLocal cmdSystemLocal |
Definition at line 115 of file CmdSystem.cpp.