#include <iostream>
#include "glut-demo/glut-demo.h"
#include "glut-font/glut-font-effects.h"
#include "perf/perf.h"
#include "util/file.h"
Go to the source code of this file.
Functions |
static const glut_color_t | s_color (0.5, 1.0, 0.5) |
int | main (IN int argc, IN const char *argv[]) |
Variables |
static const int | s_border = 32 |
static const int | s_desiredHeight = 24 |
static const char * | s_lines = "End of line." |
static const int | s_msPerChar = 50 |
Function Documentation
static const glut_color_t s_color |
( |
0. |
5, |
|
|
1. |
0, |
|
|
0. |
5 | |
|
) |
| | [static] |
int main |
( |
IN int |
argc, |
|
|
IN const char * |
argv[] | |
|
) |
| | |
Variable Documentation
const char* s_lines = "End of line." [static] |