00001 00009 #ifndef VRG3D_H 00010 #define VRG3D_H 00011 00012 // Include all of G3D 00013 #include <G3D/G3DAll.h> 00014 00015 // Include all of the VRG3D library here 00016 #include "ConfigMap.H" 00017 #include "DisplayTile.H" 00018 #include "Event.H" 00019 #include "EventNet.H" 00020 #include "G3DOperators.H" 00021 #include "InputDevice.H" 00022 #include "MouseToTracker.H" 00023 #include "ProjectionVRCamera.H" 00024 #include "SynchedSystem.H" 00025 #include "VRApp.H" 00026 #include "VRPNAnalogDevice.H" 00027 #include "VRPNButtonDevice.H" 00028 #include "VRPNTrackerDevice.H" 00029 00030 using namespace VRG3D; 00031 00032 #include <iostream> 00033 using namespace std; 00034 00035 #endif