doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"
#include "qe3.h"
#include "Radiant.h"
#include "../../game/game.h"
#include "../comafx/DialogColorPicker.h"
#include "LightDlg.h"
Go to the source code of this file.
Functions | |
entity_t * | SingleLightSelected () |
void | LightEditorInit (const idDict *spawnArgs) |
void | LightEditorRun (void) |
void | LightEditorShutdown (void) |
void | UpdateLightInspector () |
void | UpdateLightDialog (float r, float g, float b, float a) |
Variables | |
CLightDlg * | g_LightDialog = NULL |
Definition at line 782 of file LightDlg.cpp.
Definition at line 814 of file LightDlg.cpp.
Definition at line 828 of file LightDlg.cpp.
entity_t* SingleLightSelected | ( | ) |
Definition at line 714 of file LightDlg.cpp.
Definition at line 845 of file LightDlg.cpp.
void UpdateLightInspector | ( | ) |
Definition at line 833 of file LightDlg.cpp.
Definition at line 276 of file LightDlg.cpp.