Tactics: Western Philosophers Vs. Musicians  0.12
A turn-based tactical game combining rules and gameplay elements inspired by Final Fantasy Tactics and the Mayfair Exponential Game System. Unlike most games of this type, motion is in full, grid-less 3D.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
CUpdateManager.h File Reference
#include "CUpdater.h"

Go to the source code of this file.

Classes

class  OpenSkyNet::Core::UpdateManager
 

Namespaces

 OpenSkyNet
 
 OpenSkyNet::Core
 Classes for a base game object hierarchy, object factories, and updater classes.
 

Macros

#define UpdMan   OpenSkyNet::Core::UpdateManager::getInstance()
 
#define GetUpd(updaterTypePtr_, updaterTypeEnum_)   static_cast<updaterTypePtr_>(UpdMan->getUpdater(updaterTypeEnum_))
 

Macro Definition Documentation

#define GetUpd (   updaterTypePtr_,
  updaterTypeEnum_ 
)    static_cast<updaterTypePtr_>(UpdMan->getUpdater(updaterTypeEnum_))