mirror of
https://github.com/parasyte/alt64
synced 2025-01-13 14:38:04 -05:00
Fix mp3 warnings.
This commit is contained in:
parent
050db8b445
commit
cdd1ac5daf
1
menu.c
1
menu.c
@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
//sound
|
//sound
|
||||||
#include <mikmod.h>
|
#include <mikmod.h>
|
||||||
|
#include "mp3.h"
|
||||||
|
|
||||||
//cheats
|
//cheats
|
||||||
struct gscEntry {
|
struct gscEntry {
|
||||||
|
1
mp3.c
1
mp3.c
@ -4,6 +4,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <mad.h>
|
#include <mad.h>
|
||||||
#include "fat.h"
|
#include "fat.h"
|
||||||
|
#include "mp3.h"
|
||||||
|
|
||||||
#include <libdragon.h>
|
#include <libdragon.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user