It did not compile on win32 due to the missing declaration of rain_click().
This commit is contained in:
parent
534fd7803d
commit
1bf48e6e15
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#define gettext_noop(String) String
|
||||
#endif
|
||||
|
||||
void rain_click(magic_api *, int, int, SDL_Surface *, SDL_Surface *, int, int, SDL_Rect *);
|
||||
|
||||
static const int rain_SIZE = 30;
|
||||
static const int rain_AMOUNT = 200;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue