diff options
| author | Jonas Ask | 2009-10-22 13:42:57 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-22 13:42:57 +0000 |
| commit | f335b6d2d5ddc297f5395667ed3a765f2b043b28 (patch) | |
| tree | 9488a57dec0462f9914833c5f1747ad3f447532f /GUI.h | |
| parent | 916d47ac508712f735f1d8aabc9b2cf9025cc127 (diff) | |
| download | stonesense-f335b6d2d5ddc297f5395667ed3a765f2b043b28.tar.gz stonesense-f335b6d2d5ddc297f5395667ed3a765f2b043b28.tar.bz2 stonesense-f335b6d2d5ddc297f5395667ed3a765f2b043b28.tar.xz | |
Removed the unused walls sheet
Diffstat (limited to 'GUI.h')
| -rw-r--r-- | GUI.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -22,6 +22,7 @@ extern int DisplayedSegmentZ; extern BITMAP* IMGFloorSheet;
-extern BITMAP* IMGWallSheet;
extern BITMAP* IMGStairSheet;
-extern BITMAP* IMGRampSheet;
\ No newline at end of file +extern BITMAP* IMGRampSheet;
+
+extern Crd2D debugCursor;
\ No newline at end of file |
