1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

makefile builds objects into a build artifacts directory

also forgot to commit the header
This commit is contained in:
2019-10-02 12:37:08 +10:00
parent 2a654f25e8
commit a76bb43ec1
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
#ifndef __NEOADPCMEXTRACT_H__
#define __NEOADPCMEXTRACT_H__
#include <stdio.h>
int vgmExtractSamples(FILE* file);
#endif//__NEOADPCMEXTRACT_H__