feat: messages header to define message ids globally
This commit is contained in:
parent
39999eaabd
commit
dd2f0799cb
8
game/src/Messages.h
Normal file
8
game/src/Messages.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef FIGHT_MESSAGES_H
|
||||
#define FIGHT_MESSAGES_H
|
||||
|
||||
#include "message_receiver.h"
|
||||
|
||||
#define MESSAGE_DEAL_DAMAGE 0x1
|
||||
|
||||
#endif // !FIGHT_MESSAGES_H
|
Loading…
Reference in a new issue