summaryrefslogtreecommitdiff
path: root/include/newer.h
blob: af6f00b7cdb29a5f69a0e559f8e4e94fa0ebdd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);


#endif /* NEWER_H */