Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Light.h File Reference
#include "Geometry.h"
#include "Color.h"

Go to the source code of this file.

Classes

class  Light

Macros

#define LIGHT_DESTROY(x)   if (x) { x->Destroy(); x = 0; }

Macro Definition Documentation

#define LIGHT_DESTROY (   x)    if (x) { x->Destroy(); x = 0; }

Definition at line 23 of file Light.h.