Merge remote repo native into ext/native/.

This commit is contained in:
Unknown W. Brackets
2015-09-06 12:24:17 -07:00
378 changed files with 190761 additions and 0 deletions
+17
View File
@@ -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);
}