doom3-gpl
Doom 3 GPL source release
|
#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 [] |
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.
c_type_t constraintTypes[] |
Definition at line 56 of file DialogAFConstraint.cpp.