#include <iostream>
#include "conversation/conversation.h"
#include "datahash/datahash_text.h"
#include "dialog/dialog.h"
#include "dialog-draw/dialog-draw.h"
#include "gamepad-config-dialog/gamepad-config-dialog.h"
#include "gamepad-vgfx-element/gamepad-vgfx-element.h"
#include "glut-demo/glut-demo.h"
#include "glut-font/glut-font.h"
#include "opengl-effects/opengl-effects.h"
#include "perf/perf.h"
#include "restream/restream.h"
#include "util/file.h"
#include "vgfx-opengl-draw/vgfx-opengl-draw.h"
#include "wave-glut/texture.h"
Go to the source code of this file.
Functions | |
int | main (IN int argc, IN const char *argv[]) |
Variables | |
static const char * | s_resourceFont = "demoConfig/gravitat.ttf" |
static const char * | s_resourceMap = "demoConfig/nasa-mars-map.png" |
static const float | s_fontPointSize = 24.0 |
static const char * | s_dialogId = "gamepadConfig" |
static const float | s_degreesPerSecond = 30.0 |
int main | ( | IN int | argc, | |
IN const char * | argv[] | |||
) |
Definition at line 303 of file demoConfig/main.cpp.
const char* s_resourceFont = "demoConfig/gravitat.ttf" [static] |
Definition at line 30 of file demoConfig/main.cpp.
const char* s_resourceMap = "demoConfig/nasa-mars-map.png" [static] |
Definition at line 31 of file demoConfig/main.cpp.
const float s_fontPointSize = 24.0 [static] |
Definition at line 33 of file demoConfig/main.cpp.
const char* s_dialogId = "gamepadConfig" [static] |
Definition at line 35 of file demoConfig/main.cpp.
const float s_degreesPerSecond = 30.0 [static] |
Definition at line 37 of file demoConfig/main.cpp.