|
Niotso
git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
|
#include <stdint.h>#include <GL/gl.h>#include <GL/glu.h>#include <GL/glext.h>#include <stdio.h>#include <time.h>#include <GL/glx.h>#include <X11/extensions/xf86vmode.h>#include <X11/XKBlib.h>#include <X11/keysym.h>Go to the source code of this file.
Classes | |
| struct | DemoConfig |
Macros | |
| #define | POSIX_C_SOURCE 199309L |
| #define | DemoMessageBox(x) fprintf(stdout, "%s\n", x) |
| #define | DemoErrorBox(x) fprintf(stderr, "%s\n", x) |
| #define | KEY_LEFT 0x25 |
| #define | KEY_UP 0x26 |
| #define | KEY_RIGHT 0x27 |
| #define | KEY_DOWN 0x28 |
Variables | |
| const DemoConfig | Demo |
| #define DemoErrorBox | ( | x) | fprintf(stderr, "%s\n", x) |
| #define DemoMessageBox | ( | x) | fprintf(stdout, "%s\n", x) |
| #define KEY_DOWN 0x28 |
| #define KEY_LEFT 0x25 |
| #define KEY_RIGHT 0x27 |
| #define KEY_UP 0x26 |
| #define POSIX_C_SOURCE 199309L |
| const DemoConfig Demo |
1.8.4