//#include "../test/testTextureLoader.c" #include "../test/testAudio.c" /* This file is meant to be modified (used only to called other tests functions) */ int main(int argc, char *argv[]) { //testTextureLoader(); testAudio(); return 0; }