diff options
Diffstat (limited to 'include/newer.h')
-rw-r--r-- | include/newer.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |