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
Editor.hpp
Go to the documentation of this file.
1
#ifndef EDITOR_HPP
2
#define EDITOR_HPP
3
4
namespace
glPortal
{
5
6
class
Window;
7
class
World;
8
9
class
Editor
{
10
private
:
11
Window &
window
;
12
World
&
world
;
13
14
public
:
15
Editor
(Window&,
World
&);
16
17
void
render
();
18
};
19
20
}
/* namespace glPortal */
21
22
#endif
/* EDITOR_HPP */
glPortal::Editor::world
World & world
Definition:
Editor.hpp:12
glPortal::Editor
Definition:
Editor.hpp:9
glPortal
Definition:
Screen.hpp:10
glPortal::Editor::window
Window & window
Definition:
Editor.hpp:11
glPortal::World
Definition:
World.hpp:11
glPortal::Editor::render
void render()
glPortal::Editor::Editor
Editor(Window &, World &)
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8