#include "eCoord.h"
#include "rViewport.h"
#include "tLinkedList.h"
#include "tList.h"
#include "nObserver.h"
Go to the source code of this file.
Classes | |
class | eGlanceRequest |
class | eCamera |
Enumerations | |
enum | eCamMode { CAMERA_IN = 0, CAMERA_CUSTOM = 1, CAMERA_FREE = 2, CAMERA_FOLLOW = 3, CAMERA_SMART = 4, CAMERA_MER = 5, CAMERA_SERVER_CUSTOM = 6, CAMERA_SMART_IN = 7, CAMERA_COUNT = 8 } |
enum eCamMode |
CAMERA_IN | |
CAMERA_CUSTOM | |
CAMERA_FREE | |
CAMERA_FOLLOW | |
CAMERA_SMART | |
CAMERA_MER | |
CAMERA_SERVER_CUSTOM | |
CAMERA_SMART_IN | |
CAMERA_COUNT |
Definition at line 31 of file eCamera.h.
00031 {CAMERA_IN=0, CAMERA_CUSTOM=1, CAMERA_FREE=2, CAMERA_FOLLOW=3, 00032 CAMERA_SMART=4, CAMERA_MER=5, CAMERA_SERVER_CUSTOM=6, 00033 CAMERA_SMART_IN=7, CAMERA_COUNT=8 } eCamMode;