Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-04-06 15:36:51 +0000
committerStijn Buys <ingar@osirion.org>2008-04-06 15:36:51 +0000
commitc5e90960fc333c2b1d2b3e961da439928b2ac872 (patch)
tree6b6a4fbda96458db97ec880e346e347ee5c7a2c8 /src/client/camera.h
parentf36e9bd8190c377836463bdeaf553671d34e8e98 (diff)
mouse control
Diffstat (limited to 'src/client/camera.h')
-rw-r--r--src/client/camera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/camera.h b/src/client/camera.h
index 08adfaa..2a79fda 100644
--- a/src/client/camera.h
+++ b/src/client/camera.h
@@ -47,6 +47,9 @@ namespace camera
/// gameworld coordinates of the camera eye
extern math::Vector3f eye;
+ /// current camera mode
+ extern Mode mode;
+
} // namespace camera
} // namespace client