diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-05 11:55:48 -0600 |
commit | caa13f877797edbb7a1e13bf00b537bafbd4315a (patch) | |
tree | b5f49b410072efbee9d5a9e3c5a632a9482cc895 /src/berry_blender.c | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) |
convert some constants to C headers
Diffstat (limited to 'src/berry_blender.c')
-rw-r--r-- | src/berry_blender.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/berry_blender.c b/src/berry_blender.c index aa333ebaf..22e558479 100644 --- a/src/berry_blender.c +++ b/src/berry_blender.c @@ -1,4 +1,6 @@ #include "global.h" +#include "constants/game_stat.h" +#include "overworld.h" #include "berry_blender.h" #include "bg.h" #include "window.h" @@ -20,7 +22,7 @@ #include "item_menu_icons.h" #include "berry.h" #include "item.h" -#include "items.h" +#include "constants/items.h" #include "string_util.h" #include "international_string_util.h" #include "rng.h" |