summaryrefslogtreecommitdiff
path: root/include/newer.h
blob: 5f23ca91d4f0958ec4e69dce07d4f40c095354fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef NEWER_H
#define NEWER_H 

extern int lastLevelIDs[];

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 */