40 #ifndef _worldmanager_h
41 #define _worldmanager_h
43 #include "managerbase.h"
76 virtual World* GetWorld()
const;
80 virtual void Pause(
const UInt32 PL) = 0;
83 virtual Boole IsPaused()
const;
87 virtual void Initialize();
bool Boole
Generally acts a single bit, true or false.
Any global enumerations shared between multiple classes is to be declared here.
uint32_t UInt32
An 32-bit unsigned integer.
This is the base class for all managers that belong to a single world instance.
World * ParentWorld
A pointer to the world that created this manager.
The bulk of the engine components go in this namspace.
This class represents a world for objects to interact within.
Boole OperationsPaused
This stores whether or not processing for some or all objects in this manager has been paused...
This is the base class from which all the Entresol and World Managers inherit.