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:
8
neotools/neoadpcmextract.h
Normal file
8
neotools/neoadpcmextract.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef __NEOADPCMEXTRACT_H__
|
||||
#define __NEOADPCMEXTRACT_H__
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int vgmExtractSamples(FILE* file);
|
||||
|
||||
#endif//__NEOADPCMEXTRACT_H__
|
||||
Reference in New Issue
Block a user