Planeshift
|
#include <csutil/sysfunc.h>
#include <csutil/csstring.h>
#include <csutil/ref.h>
#include <csutil/bitarray.h>
#include <csgeom/vector2.h>
#include <csgeom/vector3.h>
#include "pewidgettree.h"
#include "peskinselector.h"
#include "util/genericevent.h"
Go to the source code of this file.
Classes | |
class | PawsEditorApp |
Enumerations | |
enum | CAM_FLAG { CAM_NONE = 0, CAM_UP, CAM_RIGHT, CAM_DOWN, CAM_LEFT, CAM_FORWARD, CAM_BACK, CAM_COUNT, CAM_NONE = 0, CAM_UP, CAM_RIGHT, CAM_DOWN, CAM_LEFT, CAM_FORWARD, CAM_BACK, CAM_COUNT } |
The camera flags. More... |
enum CAM_FLAG |
The camera flags.
CAM_NONE | |
CAM_UP | |
CAM_RIGHT | |
CAM_DOWN | |
CAM_LEFT | |
CAM_FORWARD | |
CAM_BACK | |
CAM_COUNT | |
CAM_NONE | |
CAM_UP | |
CAM_RIGHT | |
CAM_DOWN | |
CAM_LEFT | |
CAM_FORWARD | |
CAM_BACK | |
CAM_COUNT |
Definition at line 64 of file pawseditorapp.h.