#include <stdio.h>#include <unistd.h>#include <sstream>#include <vrs/vrs.h>#include <vrs/glut/glutcanvas.h>#include <vrs/opengl/transparencytechniquegl.h>#include <ode/ode.h>#include "SDL.h"#include <vrsode/BoxShape.h>#include <vrsode/PhysicsBody.h>#include <vrsode/PhysicsManager.h>#include <vrsode/PlaneShape.h>#include <vrsode/CylinderShape.h>#include <vrsode/TriangleData.h>#include <vrsode/TrimeshShape.h>#include <random_utils/Macros.h>#include <random_utils/ThreadSafeCanvas.h>#include "BuggyCar.h"#include "BuggyFunCar.h"#include "CenterScreenDisplay.h"#include "Console.h"#include "ControlPointContainer.h"#include "ControlPointGenerator.h"#include "GameContext.h"#include "ItemDistributor.h"#include "LoaderGlue.h"#include "ODETerrainLoader.h"#include "ReloadPlane.h"#include "ResourceManager.h"#include "TestCar.h"#include "ThirdPersonCameraHelper.h"#include "VRSTerrainLoader.h"#include "Version.h"#include "Presenter.h"#include "MainApplication.h"Include dependency graph for MainApplication.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | random_racer |
Defines | |
| #define | _RR_VRSODE_RUN_MULTITHREADED_ |
| #define | _RR_PRESENTATION_ |
Functions | |
| int | main (int p_argc, char **p_argv) |
| #define _RR_PRESENTATION_ |
Definition at line 51 of file MainApplication.cpp.
| #define _RR_VRSODE_RUN_MULTITHREADED_ |
Definition at line 50 of file MainApplication.cpp.
| int main | ( | int | p_argc, | |
| char ** | p_argv | |||
| ) |
Definition at line 755 of file MainApplication.cpp.
1.5.1