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
data
screen
Screen.hpp
Go to the documentation of this file.
1
#ifndef RADIX_SCREEN_HPP
2
#define RADIX_SCREEN_HPP
3
4
#include <vector>
5
6
#include <
radix/data/text/Text.hpp
>
7
#include <
radix/core/math/Vector4f.hpp
>
8
9
namespace
radix
{
10
11
struct
Screen
{
12
Vector4f
color
;
13
std::vector<Text>
text
;
14
};
15
16
}
/* namespace radix */
17
18
#endif
/* RADIX_SCREEN_HPP */
radix
Definition:
GameController.hpp:7
Text.hpp
radix::Screen
Definition:
Screen.hpp:11
radix::Vector4f
4-dimensional float-based vector/point storage and manipulation struct
Definition:
Vector4f.hpp:22
Vector4f.hpp
radix::Screen::text
std::vector< Text > text
Definition:
Screen.hpp:13
radix::Screen::color
Vector4f color
Definition:
Screen.hpp:12
Generated on Tue Jan 3 2017 08:15:37 for GlPortal Class Reference by
1.8.8