summaryrefslogtreecommitdiff
path: root/src/wallclock.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/wallclock.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/wallclock.c')
-rw-r--r--src/wallclock.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/wallclock.c b/src/wallclock.c
index 05e30a8cb..e41bf761d 100644
--- a/src/wallclock.c
+++ b/src/wallclock.c
@@ -1,18 +1,17 @@
#include "global.h"
+#include "wallclock.h"
+#include "decompress.h"
#include "main.h"
#include "menu.h"
#include "palette.h"
#include "rtc.h"
#include "songs.h"
-#include "sprite.h"
#include "task.h"
-#include "text.h"
#include "trig.h"
#include "sound.h"
//Functions that need to be put in headers
void remove_some_task(void);
-void LoadCompressedObjectPic(void *);
extern u16 gSpecialVar_0x8004;
extern u16 gMiscClockMale_Pal[];
@@ -26,8 +25,6 @@ extern u8 gOtherText_CorrectTimePrompt[];
extern u8 * const gUnknown_08376D74[][2];
extern s8 gClockHandCoords[][2];
-extern struct WindowConfig gWindowConfig_81E6C3C;
-extern struct WindowConfig gWindowConfig_81E6CE4;
extern struct SpriteTemplate gSpriteTemplate_83F7AD8;
extern struct SpriteTemplate gSpriteTemplate_83F7AF0;
extern struct SpriteTemplate gSpriteTemplate_83F7B28;