mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
Merge remote repo native into ext/native/.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
// 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);
|
||||
}
|
||||
Reference in New Issue
Block a user