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
external
RadixEngine
include
radix
Viewport.hpp
Go to the documentation of this file.
1
#ifndef RADIX_VIEWPORT_HPP
2
#define RADIX_VIEWPORT_HPP
3
4
namespace
radix
{
5
6
struct
Viewport
{
7
virtual
~Viewport
() {}
8
9
virtual
void
getSize
(
int
*w,
int
*h)
const
= 0;
10
};
11
12
}
/* namespace radix */
13
14
#endif
/* RADIX_VIEWPORT_HPP */
radix::Viewport
Definition:
Viewport.hpp:6
radix
Definition:
GameController.hpp:7
radix::Viewport::~Viewport
virtual ~Viewport()
Definition:
Viewport.hpp:7
radix::Viewport::getSize
virtual void getSize(int *w, int *h) const =0
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8