mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 03:07:33 +00:00
Revert "Removed unused file 'message.h'"
This reverts commit d042a9d572.
This commit is contained in:
@@ -164,6 +164,7 @@ SET(zone_headers
|
|||||||
lua_spell.h
|
lua_spell.h
|
||||||
map.h
|
map.h
|
||||||
masterentity.h
|
masterentity.h
|
||||||
|
message.h
|
||||||
merc.h
|
merc.h
|
||||||
mob.h
|
mob.h
|
||||||
net.h
|
net.h
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
struct Msg {
|
||||||
|
int id;
|
||||||
|
char* Sender;
|
||||||
|
char* Subject;
|
||||||
|
char* Body;
|
||||||
|
char* Date;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user