Finish decomp of union_room_chat

This commit is contained in:
PikalaxALT
2019-04-04 08:49:01 -04:00
committed by huderlem
parent a47abb3949
commit 53efbe2832
4 changed files with 142 additions and 100 deletions

View File

@@ -18,13 +18,12 @@
#if defined (__APPLE__) || defined (__CYGWIN__) || defined (_MSC_VER)
#define _(x) x
#define __(x) x
// CLion is an idiot
#define INCBIN_U8(x) {0}
#define INCBIN_U16(x) {0}
#define INCBIN_U32(x) {0}
#define INCBIN_S8(x) {0}
#define INCBIN_S16(x) {0}
#define INCBIN_S32(x) {0}
#define INCBIN_U8 {0}
#define INCBIN_U16 {0}
#define INCBIN_U32 {0}
#define INCBIN_S8 {0}
#define INCBIN_S16 {0}
#define INCBIN_S32 {0}
#endif // IDE support
#define ARRAY_COUNT(array) (size_t)(sizeof(array) / sizeof((array)[0]))