Revert "Removed unused file 'message.h'"

This reverts commit d042a9d57275f4f6bb6ab1c280fbc9c48424dae7.
This commit is contained in:
Drajor 2014-06-10 12:08:38 +10:00
parent d042a9d572
commit 88b7276e47
2 changed files with 8 additions and 0 deletions

View File

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

7
zone/message.h Normal file
View File

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