Files
mice-3ds/include/flac.h
Mahyar Koshkouei 0e79e61255 all: remove unused functions from includes
Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
2023-07-08 13:06:14 +01:00

5 lines
93 B
C

#include "playback.h"
void setFlac(struct decoder_fn* decoder);
int isFlac(const char* in);