resolve implicit declarations and enforce warnings as errors

This commit is contained in:
ProjectRevoTPP
2017-03-05 07:35:03 +00:00
parent d12fd5c5ce
commit 4df1842682
19 changed files with 457 additions and 257 deletions

View File

@@ -1,3 +1,6 @@
#include GUARD_BATTLE_H
#define GUARD_BATTLE_H
#define BATTLE_TYPE_DOUBLE 0x0001
#define BATTLE_TYPE_LINK 0x0002
#define BATTLE_TYPE_WILD 0x0004
@@ -21,4 +24,6 @@
#define AI_ACTION_UNK5 0x0010
#define AI_ACTION_UNK6 0x0020
#define AI_ACTION_UNK7 0x0040
#define AI_ACTION_UNK8 0x0080
#define AI_ACTION_UNK8 0x0080
#endif