Browse Source

Clean up plrmsg.h

pull/914/head
Anders Jenbo 5 years ago
parent
commit
ccf7f2971f
  1. 6
      Source/plrmsg.h

6
Source/plrmsg.h

@ -6,8 +6,6 @@
#ifndef __PLRMSG_H__
#define __PLRMSG_H__
extern _plrmsg plr_msgs[PMSG_COUNT];
void plrmsg_delay(BOOL delay);
char *ErrorPlrMsg(const char *pszMsg);
size_t __cdecl EventPlrMsg(const char *pszFmt, ...);
@ -17,8 +15,4 @@ void InitPlrMsg();
void DrawPlrMsg();
void PrintPlrMsg(DWORD x, DWORD y, DWORD width, const char *str, BYTE col);
/* rdata */
extern const char text_color_from_player_num[MAX_PLRS + 1];
#endif /* __PLRMSG_H__ */

Loading…
Cancel
Save