diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 14:53:51 +0200 |
---|---|---|
committer | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-26 15:40:11 +0200 |
commit | 4d2b22a899c11dfcacfec6889968ab01655a3fe3 (patch) | |
tree | 046ea9bcc455ab967a6cfa7676f02870f68c881b /src/map_obj_lock.c | |
parent | 49dbd87051650e06248ed4e70fbe4b623a8db779 (diff) |
Add headers
Diffstat (limited to 'src/map_obj_lock.c')
-rw-r--r-- | src/map_obj_lock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map_obj_lock.c b/src/map_obj_lock.c index 713ca03f9..1aeb248ee 100644 --- a/src/map_obj_lock.c +++ b/src/map_obj_lock.c @@ -1,6 +1,7 @@ +#include "field_map_obj.h" +#include "script_movement.h" #include "global.h" #include "map_obj_lock.h" -#include "asm.h" #include "field_map_obj_helpers.h" #include "field_player_avatar.h" #include "task.h" |