Revert "Revert "Removed unused file 'message.h'""

This reverts commit 88b7276e470ff9d917dbe4db9641491c55c3407b.
This commit is contained in:
Drajor 2014-06-10 12:25:15 +10:00
parent 88b7276e47
commit 9fca5cb86a
2 changed files with 0 additions and 8 deletions

View File

@ -164,7 +164,6 @@ SET(zone_headers
lua_spell.h
map.h
masterentity.h
message.h
merc.h
mob.h
net.h

View File

@ -1,7 +0,0 @@
struct Msg {
int id;
char* Sender;
char* Subject;
char* Body;
char* Date;
};