resolve implicit declarations and enforce warnings as errors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user