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
PortalSystem.hpp
Go to the documentation of this file.
1 #ifndef PORTAL_SYSTEM_HPP
2 #define PORTAL_SYSTEM_HPP
3 
5 
6 namespace glPortal {
7 
8 class PortalSystem : public radix::System {
9 public:
11  ~PortalSystem();
12 
13  void update(float dtime);
14 };
15 
16 } /* namespace glPortal */
17 
18 #endif /* PORTAL_SYSTEM_HPP */
Definition: System.hpp:21
Definition: Screen.hpp:10
void update(float dtime)
PortalSystem(radix::World &)
Definition: PortalSystem.hpp:8
Definition: World.hpp:32