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 "DialogAFView.h"
#include "DialogAFProperties.h"
#include "DialogAFBody.h"
#include "DialogAFConstraint.h"
Go to the source code of this file.
Macros | |
#define | AFTAB_VIEW 0x01 |
#define | AFTAB_PROPERTIES 0x02 |
#define | AFTAB_BODIES 0x03 |
#define | AFTAB_CONSTRAINTS 0x04 |
Functions | |
void | AFEditorInit (const idDict *spawnArgs) |
void | AFEditorRun (void) |
void | AFEditorShutdown (void) |
void | AFDialogSetFileModified (void) |
void | AFDialogReloadFile (void) |
Variables | |
DialogAF * | g_AFDialog = NULL |
#define AFTAB_BODIES 0x03 |
Definition at line 51 of file DialogAF.cpp.
#define AFTAB_CONSTRAINTS 0x04 |
Definition at line 52 of file DialogAF.cpp.
#define AFTAB_PROPERTIES 0x02 |
Definition at line 50 of file DialogAF.cpp.
#define AFTAB_VIEW 0x01 |
Definition at line 49 of file DialogAF.cpp.
Definition at line 624 of file DialogAF.cpp.
Definition at line 613 of file DialogAF.cpp.
Definition at line 301 of file DialogAF.cpp.
Definition at line 346 of file DialogAF.cpp.
Definition at line 365 of file DialogAF.cpp.
Definition at line 67 of file DialogAF.cpp.