8 lines
149 B
C
8 lines
149 B
C
#ifndef FIGHT_MESSAGES_H
|
|
#define FIGHT_MESSAGES_H
|
|
|
|
#include "message_receiver.h"
|
|
|
|
#define MESSAGE_DEAL_DAMAGE 0x1
|
|
|
|
#endif // !FIGHT_MESSAGES_H
|