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
World.hpp
Go to the documentation of this file.
1 #ifndef WORLD_HPP
2 #define WORLD_HPP
3 
4 #include <radix/World.hpp>
5 #include <fstream>
6 
7 namespace glPortal {
8 
9 class Screen;
10 
11 class World : public radix::World {
12 public:
14  ~World();
15 };
16 
17 } /* namespace glPortal */
18 
19 #endif /* WORLD_HPP */
InputSource & input
Definition: World.hpp:39
Definition: InputSource.hpp:16
Definition: Screen.hpp:10
Definition: World.hpp:11
World(radix::InputSource &input)
Definition: World.hpp:32