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

get adpcm tools working on mac and somewhat unify the codebase

This commit is contained in:
2023-03-20 11:52:50 +11:00
parent f70bcd0a50
commit 05008f5c47
14 changed files with 257 additions and 276 deletions

View File

@@ -2,7 +2,7 @@
#include "dsptool.h"
#include "wave.h"
#include "common.h"
#include "endian.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>