GlPortal Class Reference
0.1.1
Source code documentation of the free and open 3D action puzzle game.
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
glPortal
system
PortalSystem.hpp
Go to the documentation of this file.
1
#ifndef PORTAL_SYSTEM_HPP
2
#define PORTAL_SYSTEM_HPP
3
4
#include <
radix/system/System.hpp
>
5
6
namespace
glPortal
{
7
8
class
PortalSystem
:
public
radix::System
{
9
public
:
10
PortalSystem
(
radix::World
&);
11
~PortalSystem
();
12
13
void
update
(
float
dtime);
14
};
15
16
}
/* namespace glPortal */
17
18
#endif
/* PORTAL_SYSTEM_HPP */
radix::System
Definition:
System.hpp:21
glPortal
Definition:
Screen.hpp:10
glPortal::PortalSystem::update
void update(float dtime)
glPortal::PortalSystem::PortalSystem
PortalSystem(radix::World &)
glPortal::PortalSystem::~PortalSystem
~PortalSystem()
glPortal::PortalSystem
Definition:
PortalSystem.hpp:8
System.hpp
radix::World
Definition:
World.hpp:32
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8