summaryrefslogtreecommitdiff
path: root/src/wallclock.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-02 14:38:59 -0700
committerYamaArashi <shadow962@live.com>2016-10-02 14:38:59 -0700
commit27e6a517a12a9f183f89fffb89da67ba3d4a8215 (patch)
tree696f4efee5aaeb5b1c95b51c9403ca21304c633b /src/wallclock.c
parentf522ceb65e5206134e64e36e52eb866adcc9f543 (diff)
put function prototypes in main.h
Diffstat (limited to 'src/wallclock.c')
-rw-r--r--src/wallclock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wallclock.c b/src/wallclock.c
index f24db0ca1..f83f7bb44 100644
--- a/src/wallclock.c
+++ b/src/wallclock.c
@@ -10,14 +10,12 @@
#include "task.h"
#include "text.h"
#include "trig.h"
+#include "sound.h"
//Functions that need to be put in headers
void LZ77UnCompVram(const void *src, void *dest);
-void SetMainCallback2(MainCallback callback);
-void SetVBlankCallback(IntrCallback callback);
void remove_some_task(void);
void LoadCompressedObjectPic(void *);
-void PlaySE(u16);
extern u16 gUnknown_0202E8CC;
extern u16 gMiscClockMale_Pal[];