diff options
author | Treeki <treeki@gmail.com> | 2013-01-28 02:34:45 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-01-28 02:34:45 +0100 |
commit | f6ff7ca41f6e9b496a03e05e2ae053481add2a9f (patch) | |
tree | a92095aeb5cd326d50e7ee6c1d447a956d9293b7 /include | |
parent | 5b3a54abcdfee1f82b200ed45c9b44a4251c8406 (diff) | |
download | kamek-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.h | 2 |
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(); |