doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions | Variables
DialogAFBody.cpp File Reference
#include "../../idlib/precompiled.h"
#include "../../sys/win32/rc/AFEditor_resource.h"
#include "DialogAF.h"
#include "DialogAFName.h"
#include "DialogAFConstraint.h"
#include "DialogAFBody.h"

Go to the source code of this file.

Classes

struct  cm_type_t
 

Functions

const char * ModelTypeToString (int type)
 
traceModel_t StringToModelType (const char *str)
 

Variables

cm_type_t modelTypes []
 

Function Documentation

const char* ModelTypeToString ( int  type)

Definition at line 56 of file DialogAFBody.cpp.

traceModel_t StringToModelType ( const char *  str)

Definition at line 65 of file DialogAFBody.cpp.

Variable Documentation

cm_type_t modelTypes[]
Initial value:
= {
{ TRM_INVALID, "invalid" },
{ TRM_BOX, "box" },
{ TRM_OCTAHEDRON, "octahedron" },
{ TRM_DODECAHEDRON, "dodecahedron" },
{ TRM_CYLINDER, "cylinder" },
{ TRM_CONE, "cone" },
{ TRM_BONE, "bone" },
{ TRM_CUSTOM, "custom" },
}
#define NULL
Definition: Lib.h:88

Definition at line 44 of file DialogAFBody.cpp.