diff options
| author | Caldfir | 2012-05-01 04:34:35 -0700 |
|---|---|---|
| committer | Caldfir | 2012-05-01 04:34:35 -0700 |
| commit | 70890ad5883972a9e810745da4f6a193944ed4d4 (patch) | |
| tree | c82f39209f70544e6dcf2804dac432103c6030c7 /common.h | |
| parent | e8b469af0a3245b25414398a4ea2d163822f2ce6 (diff) | |
| download | stonesense-70890ad5883972a9e810745da4f6a193944ed4d4.tar.gz stonesense-70890ad5883972a9e810745da4f6a193944ed4d4.tar.bz2 stonesense-70890ad5883972a9e810745da4f6a193944ed4d4.tar.xz | |
Moved bounds checking into movement code from segment loading code. Added keypress 'Z' to 'zero' the current offset/coordinates. Added quiet logging function for printing non-essential updates to the dfhack console. All ties in to newly revamped large screenshot code.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ class SegmentWrap; void correctBlockForSegmetOffset(int32_t& x, int32_t& y, int32_t& z);
void LogError(const char* msg, ...);
+void PrintMessage(const char* msg, ...);
void LogVerbose(const char* msg, ...);
void SetTitle(const char *format, ...);
|
