diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-05 12:55:45 -0500 |
commit | 5fc9a151463ade7d260ce5f105674908d6e4449d (patch) | |
tree | 2a8170af85bb22aa45eb23e5bf3da949d66b38b8 /src/battle/battle_controller_opponent.c | |
parent | 4cf701c5871a17f0bc580019e8d294bc1c84ebf3 (diff) |
move ewram.h includes in include/ to src files.
Diffstat (limited to 'src/battle/battle_controller_opponent.c')
-rw-r--r-- | src/battle/battle_controller_opponent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/battle/battle_controller_opponent.c b/src/battle/battle_controller_opponent.c index 392e80f08..94ae43461 100644 --- a/src/battle/battle_controller_opponent.c +++ b/src/battle/battle_controller_opponent.c @@ -20,6 +20,7 @@ #include "task.h" #include "text.h" #include "util.h" +#include "ewram.h" struct UnknownStruct3 { |