summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJonas Ask2009-11-10 01:12:05 +0000
committerJonas Ask2009-11-10 01:12:05 +0000
commitfee8c8d689abd4f5e37b72a3e8c6ca8e85a4034e (patch)
tree1540e7ffb837e6542d15a93fde07839d66f0fc92 /GUI.h
parent038d045f19146776b886edbc23f88aa1f0c9e6a7 (diff)
downloadstonesense-fee8c8d689abd4f5e37b72a3e8c6ca8e85a4034e.tar.gz
stonesense-fee8c8d689abd4f5e37b72a3e8c6ca8e85a4034e.tar.bz2
stonesense-fee8c8d689abd4f5e37b72a3e8c6ca8e85a4034e.tar.xz
Early prototype rotation...
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI.h b/GUI.h
index 15915a2..b7ad96f 100644
--- a/GUI.h
+++ b/GUI.h
@@ -21,6 +21,7 @@ extern WorldSegment* viewedSegment;//current, loaded
extern int DisplayedSegmentX;
extern int DisplayedSegmentY;
extern int DisplayedSegmentZ;
+extern int DisplayedRotation;
extern BITMAP* IMGFloorSheet;