torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

Helper Macros


Detailed Description

These are used for named sets and groups in the manager.


Defines

#define DeclareNamedSet(set)   extern SimSet *g##set;inline SimSet *get##set() { return g##set; }
#define DeclareNamedGroup(set)   extern SimGroup *g##set;inline SimGroup *get##set() { return g##set; }
#define ImplementNamedSet(set)   SimSet *g##set;
#define ImplementNamedGroup(set)   SimGroup *g##set;


Define Documentation

#define DeclareNamedSet set   )     extern SimSet *g##set;inline SimSet *get##set() { return g##set; }
 

#define DeclareNamedGroup set   )     extern SimGroup *g##set;inline SimGroup *get##set() { return g##set; }
 

#define ImplementNamedSet set   )     SimSet *g##set;
 

#define ImplementNamedGroup set   )     SimGroup *g##set;
 




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen