diff options
| author | JapaMala | 2011-10-18 00:39:54 +0530 |
|---|---|---|
| committer | JapaMala | 2011-10-18 00:39:54 +0530 |
| commit | ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0 (patch) | |
| tree | 59a4fa65b6439c04180baabf29d190d5e50cea2b /Block.h | |
| parent | 71e67bc744792d02f01cc882dc21a3be788996b6 (diff) | |
| download | stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.gz stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.bz2 stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.xz | |
added preliminary functions to save volumetric data. Also fixed the large screenshot feature.
Signed-off-by: JapaMala <japa.mala.illo@gmail.com>
Diffstat (limited to 'Block.h')
| -rw-r--r-- | Block.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -110,6 +110,7 @@ public: void Draw();
void Drawcreaturetext();
void DrawRamptops();
+ void DrawPixel(int drawx, int drawy);
uint16_t temp1;
uint16_t temp2;
|
