feat: messages header to define message ids globally

This commit is contained in:
Sara 2023-11-27 19:00:27 +01:00
parent 39999eaabd
commit dd2f0799cb

8
game/src/Messages.h Normal file
View 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