summaryrefslogtreecommitdiff
path: root/src/map_obj_lock.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-01 03:51:24 +0100
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-11-30 18:51:24 -0800
commit4258e60771aa9fdabd678930eca534423bd371b8 (patch)
treeecca2ee7641abc0562f39b6c7dd907af2184e102 /src/map_obj_lock.c
parent831f8cd4fd94613d6b52d87df1b4903bedfaa717 (diff)
Declare more non-static functions in header files (#111)
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
Diffstat (limited to 'src/map_obj_lock.c')
-rw-r--r--src/map_obj_lock.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map_obj_lock.c b/src/map_obj_lock.c
index 422903a97..bbe08ac37 100644
--- a/src/map_obj_lock.c
+++ b/src/map_obj_lock.c
@@ -1,9 +1,8 @@
#include "global.h"
+#include "map_obj_lock.h"
+#include "field_player_avatar.h"
#include "task.h"
-#include "fieldmap.h"
-extern void sub_80594C0(void);
-extern void sub_80597F4(void);
extern void player_bitmagic(void);
extern void sub_80643A4(struct MapObject *);
extern void sub_8064470(u8);