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

Go to the source code of this file.

Classes

struct  c_type_t
 

Functions

const char * ConstraintTypeToString (declAFConstraintType_t type)
 
declAFConstraintType_t StringToConstraintType (const char *str)
 

Variables

c_type_t constraintTypes []
 

Function Documentation

const char* ConstraintTypeToString ( declAFConstraintType_t  type)

Definition at line 67 of file DialogAFConstraint.cpp.

declAFConstraintType_t StringToConstraintType ( const char *  str)

Definition at line 76 of file DialogAFConstraint.cpp.

Variable Documentation

c_type_t constraintTypes[]