Browse Source

Clean up error.h

pull/910/head
Anders Jenbo 5 years ago
parent
commit
d6540adfeb
  1. 5
      Source/error.h

5
Source/error.h

@ -6,16 +6,11 @@
#ifndef __ERROR_H__
#define __ERROR_H__
extern char msgtable[MAX_SEND_STR_LEN];
extern char msgdelay;
extern char msgflag;
extern char msgcnt;
void InitDiabloMsg(char e);
void ClrDiabloMsg();
void DrawDiabloMsg();
/* data */
extern const char *const MsgStrings[];
#endif /* __ERROR_H__ */

Loading…
Cancel
Save