diff options
Diffstat (limited to 'global.h')
| -rw-r--r-- | global.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,9 +81,9 @@ extern struct st_sprite{float x, y; int type, effect; struct{int *ptr; uint widt extern uint spritecnt;
-void error(void);
+void error(char *);
extern const char *status;
extern unsigned int statustimer;
-#endif
\ No newline at end of file +#endif
|
