resolve implicit declarations and enforce warnings as errors

This commit is contained in:
ProjectRevoTPP
2017-03-05 07:35:03 +00:00
committed by Diegoisawesome
parent d12fd5c5ce
commit b2ec63d69e
19 changed files with 457 additions and 257 deletions

18
include/m4a.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef GUARD_M4A_H
#define GUARD_M4A_H
#include "gba/m4a_internal.h"
void m4aSoundVSync(void);
void m4aSoundInit(void);
void m4aSoundMain(void);
void m4aSongNumStart(u16);
void m4aSongNumStop(u16 n);
void m4aMPlayContinue(struct MusicPlayerInfo *mplayInfo);
void m4aMPlayFadeOut(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayFadeOutTemporarily(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayFadeIn(struct MusicPlayerInfo *mplayInfo, u16 speed);
void m4aMPlayImmInit(struct MusicPlayerInfo *mplayInfo);
#endif //GUARD_M4A_H