doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Typedefs | |
typedef idList< idStr > | idStrList |
typedef idList< idStr * > | idStrPtrList |
typedef idStr * | idStrPtr |
Functions | |
template<> | |
ID_INLINE int | idListSortCompare< idStrPtr > (const idStrPtr *a, const idStrPtr *b) |
template<class idStrPtr > | |
ID_INLINE int | idListSortComparePaths (const idStrPtr *a, const idStrPtr *b) |
ID_INLINE void | idStrListSortPaths (idStrList &list) |
typedef idList<idStr*> idStrPtrList |