summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-06 09:53:56 -0800
committerGitHub <noreply@github.com>2018-01-06 09:53:56 -0800
commitb396c6038cec6eba5eed46ed8f70f6a465acc2a6 (patch)
tree7c3be19b73aae2f31f0cca77e94621aced62c7be /include/global.h
parent818dfa314e1658ab797af686fedd464c9fda6557 (diff)
parente6d86ff7748e67d22ec22e7f842bd9552fd8f292 (diff)
Merge pull request #445 from PikalaxALT/cable_car
Cable car and Cable car util
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/global.h b/include/global.h
index 0764718ca..eea1574b7 100644
--- a/include/global.h
+++ b/include/global.h
@@ -14,9 +14,9 @@
#define INCBIN_S8 {0}
#define INCBIN_S16 {0}
#define INCBIN_S32 {0}
-void * memcpy (void *, const void *, size_t);
-void * memset (void *, int, size_t);
-int strcmp (const char *, const char *);
+void *memcpy (void *, const void *, size_t);
+void *memset (void *, int, size_t);
+int strcmp (const char *, const char *);
#endif
// Prevent cross-jump optimization.
@@ -843,5 +843,6 @@ struct HallOfFame
extern struct HallOfFame gHallOfFame;
extern struct SaveBlock2 gSaveBlock2;
+extern u8 ewram[];
#endif // GUARD_GLOBAL_H