GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Private Attributes
radix::GameWorld Class Reference

#include <external/RadixEngine/include/radix/GameWorld.hpp>

Public Member Functions

 GameWorld (InputSource &input)
 
void addScreen (Screen &screen)
 
std::list< Screen * > * getScreens ()
 

Data Fields

InputSourceinput
 

Private Attributes

std::list< Screen * > screens
 

Constructor & Destructor Documentation

radix::GameWorld::GameWorld ( InputSource input)

Member Function Documentation

void radix::GameWorld::addScreen ( Screen screen)
std::list< Screen * > * radix::GameWorld::getScreens ( )

Field Documentation

InputSource& radix::GameWorld::input
std::list<Screen*> radix::GameWorld::screens
private

The documentation for this class was generated from the following files: