diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2013-11-18 16:20:35 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2013-11-18 16:20:35 +0100 |
| commit | 423c99862f5057b13bd2f8cb277fb04d7c6222f3 (patch) | |
| tree | 0602e1ea1be462f50eeb70b79f2d6563acd06cec /global.h | |
| parent | 0d9a7c969269fc4d0b94b732136bff70903116ba (diff) | |
| download | fx-maze-423c99862f5057b13bd2f8cb277fb04d7c6222f3.tar.gz fx-maze-423c99862f5057b13bd2f8cb277fb04d7c6222f3.zip | |
improved error feedback
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
|
