summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-01-28 02:34:45 +0100
committerTreeki <treeki@gmail.com>2013-01-28 02:34:45 +0100
commitf6ff7ca41f6e9b496a03e05e2ae053481add2a9f (patch)
treea92095aeb5cd326d50e7ee6c1d447a956d9293b7 /include
parent5b3a54abcdfee1f82b200ed45c9b44a4251c8406 (diff)
downloadkamek-f6ff7ca41f6e9b496a03e05e2ae053481add2a9f.tar.gz
kamek-f6ff7ca41f6e9b496a03e05e2ae053481add2a9f.zip
adding warp zone support to maps and a couple of fixes
Diffstat (limited to '')
-rw-r--r--include/newer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/newer.h b/include/newer.h
index af6f00b..5f23ca9 100644
--- a/include/newer.h
+++ b/include/newer.h
@@ -1,6 +1,8 @@
#ifndef NEWER_H
#define NEWER_H
+extern int lastLevelIDs[];
+
void WriteAsciiToTextBox(nw4r::lyt::TextBox *tb, const char *source);
int getUnspentStarCoinCount();