#include <iostream>#include <fstream>#include "common/wave_ex.h"#include "datahash/datahash.h"#include "dialog/dialog.h"#include "dialog/request.h"#include "dialog-draw/dialog-draw.h"#include "glut-font/glut-font.h"#include "perf/perf.h"#include "util/file.h"#include "wave-glut/camera.h"#include "wave-glut/glut_2d.h"#include "wave-glut/wave-glut.h"
Go to the source code of this file.
Functions | |
| static void | addDialog (IN dialog::Manager *mgr, IN dialog::Host *host) |
| int | main (IN int argc, IN const char *argv[]) |
Variables | |
| static const int | s_defaultWidth = 800 |
| static const int | s_defaultHeight = 600 |
| static float | s_dist = 10.0 |
| static void addDialog | ( | IN dialog::Manager * | mgr, | |
| IN dialog::Host * | host | |||
| ) | [static] |
Definition at line 42 of file dialog-draw/test/test.cpp.
| int main | ( | IN int | argc, | |
| IN const char * | argv[] | |||
| ) |
Definition at line 264 of file dialog-draw/test/test.cpp.
const int s_defaultWidth = 800 [static] |
Definition at line 28 of file dialog-draw/test/test.cpp.
const int s_defaultHeight = 600 [static] |
Definition at line 29 of file dialog-draw/test/test.cpp.
float s_dist = 10.0 [static] |
Definition at line 31 of file dialog-draw/test/test.cpp.
1.7.1