diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 15:59:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-22 15:59:08 -0500 |
commit | 390d7975b3e68251dad231365338556ff2ffe5bb (patch) | |
tree | 9e50d36a2aaa66bca45ec2ff7899cd7c7c251900 /include/union_room_message.h | |
parent | 12d12e70a170896844f3280d6968e1e2d6cf1cba (diff) |
Resolve review comments, 1
Diffstat (limited to 'include/union_room_message.h')
-rw-r--r-- | include/union_room_message.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/union_room_message.h b/include/union_room_message.h index 82e0dd955..b7de673ba 100644 --- a/include/union_room_message.h +++ b/include/union_room_message.h @@ -1,3 +1,8 @@ +#ifndef GUARD_UNION_ROOM_MESSAGE_H +#define GUARD_UNION_ROOM_MESSAGE_H + +#include "global.h" + extern const u8 gUnknown_84571AC[]; extern const u8 gUnknown_84571B0[]; extern const u8 gUnknown_84571B4[]; @@ -105,3 +110,5 @@ extern const u8 gUnknown_84594C4[]; extern const u8 gUnknown_8459504[]; extern const u8 *const gUnknown_8459580[]; extern const u8 gUnknown_8459588[]; + +#endif //GUARD_UNION_ROOM_MESSAGE_H |