eqemu-server/zone/message.h
2013-02-16 16:14:39 -08:00

8 lines
83 B
C

struct Msg {
int id;
char* Sender;
char* Subject;
char* Body;
char* Date;
};