diff options
| author | Jonas Ask | 2009-10-22 23:13:27 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-22 23:13:27 +0000 |
| commit | 4df1a11a96ca50d28bf6cf7a8013f3a49df744f9 (patch) | |
| tree | 9668e422c07971444293a5965f32949fda9b8ef2 /GUI.h | |
| parent | 76db31294fdb8cc09fa788e5e120c160c4fc85d0 (diff) | |
| download | stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.gz stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.bz2 stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.xz | |
Added a debug cursor to look at block details.
Fixed hiding borders on fortifications.
Added new fortification: Carved from stone.
Diffstat (limited to 'GUI.h')
| -rw-r--r-- | GUI.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,7 +5,8 @@ void pointToScreen(int *inx, int *iny, int inz);
-Crd2D WorldBlockToScreen(uint32_t x, uint32_t y, uint32_t z);
+Crd2D WorldBlockToScreen(int32_t x, int32_t y, int32_t z);
+Crd2D LocalBlockToScreen(int32_t x, int32_t y, int32_t z);
void DrawMinimap(BITMAP* target);
void paintboard();
@@ -22,7 +23,7 @@ extern int DisplayedSegmentZ; extern BITMAP* IMGFloorSheet;
-extern BITMAP* IMGStairSheet;
+extern BITMAP* IMGObjectSheet;
extern BITMAP* IMGRampSheet;
extern Crd2D debugCursor;
\ No newline at end of file |
