diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-18 18:36:05 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-18 18:36:05 +0200 |
commit | c253bf5e75796c462fe5e389c7e8f6040f826c0f (patch) | |
tree | 931192939e32acdf4986fdd23d10cd9a9d148c00 /include/m4a.h | |
parent | 74bda5b68088f08220cf3f1b9791e5900a6a9877 (diff) |
add important headers, const ptrs and egg hatch start
Diffstat (limited to 'include/m4a.h')
-rw-r--r-- | include/m4a.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m4a.h b/include/m4a.h index b6c8f9072..8c3380dd8 100644 --- a/include/m4a.h +++ b/include/m4a.h @@ -4,6 +4,7 @@ #include "gba/m4a_internal.h" void m4aSoundVSync(void); +void m4aSoundVSyncOn(void); void m4aSoundInit(void); void m4aSoundMain(void); |