![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Go to the source code of this file.
Macros | |
#define | DEBUG |
#define | SCREENWIDTH 500 |
#define | SCREENHEIGHT 500 |
#define | SCREENPOSX 80 |
#define | SCREENPOSY 80 |
Variables | |
Screen_GL | SampleScreen |
Frm::Timer * | SampleTimer = Timer_Windows::GetInstance() |
uint32 | Elapsed |
bool | Running = false |
Frm::Vertex | GLLogoQuad [4] |
Frm::TCoord | GLLogoTexCoords [4] |
uint32 | LogoID |
#define DEBUG |
#define SCREENHEIGHT 500 |
#define SCREENPOSX 80 |
#define SCREENPOSY 80 |
#define SCREENWIDTH 500 |
uint32 Elapsed |
Frm::Vertex GLLogoQuad[4] |
Frm::TCoord GLLogoTexCoords[4] |
uint32 LogoID |
bool Running = false |
Screen_GL SampleScreen |
Frm::Timer* SampleTimer = Timer_Windows::GetInstance() |