diff options
Diffstat (limited to '')
| -rwxr-xr-x | include/game.h | 1 | ||||
| -rw-r--r-- | include/newer.h | 3 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/include/game.h b/include/game.h index 08c2a49..0a843c2 100755 --- a/include/game.h +++ b/include/game.h @@ -166,6 +166,7 @@ bool IsWideScreen();  #define COND_SECRET 0x20
  #define COND_SGNORMAL 0x80
  #define COND_SGSECRET 0x100
 +#define COND_UNLOCKED 0x200 // NEWER EXCLUSIVE
  // All of these are set by "SetWorldCompleteionBitfield" (I didn't name it)
 diff --git a/include/newer.h b/include/newer.h index a687073..af6f00b 100644 --- a/include/newer.h +++ b/include/newer.h @@ -1,6 +1,9 @@  #ifndef NEWER_H  #define NEWER_H  +void WriteAsciiToTextBox(nw4r::lyt::TextBox *tb, const char *source); + +int getUnspentStarCoinCount();  int getStarCoinCount();  void getNewerLevelNumberString(int world, int level, wchar_t *dest); | 
