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

Go to the source code of this file.

Classes

class  Graphic

Macros

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

Macro Definition Documentation

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

Definition at line 24 of file Graphic.h.