1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00
Files
VGM-Tools/neotools/neoadpcmextract.h
2019-10-02 12:37:08 +10:00

9 lines
147 B
C

#ifndef __NEOADPCMEXTRACT_H__
#define __NEOADPCMEXTRACT_H__
#include <stdio.h>
int vgmExtractSamples(FILE* file);
#endif//__NEOADPCMEXTRACT_H__