ppsspp/ext/native/tools/audiotool.cpp
2015-09-06 12:24:17 -07:00

18 lines
181 B
C++

// TODO
#include <stdio.h>
#include "audio/wav_load.h"
#include "base/logging.h"
struct AudioClip {
int length;
};
int main(int argc, char **argv) {
CHECK(argc == 3);
}