Update test and build files.

This commit is contained in:
David Reid
2018-04-21 12:25:55 +10:00
parent 211c069b89
commit 7701dc4e30
6 changed files with 144 additions and 27 deletions
+18
View File
@@ -0,0 +1,18 @@
#define MAL_IMPLEMENTATION
#include "../mini_al.h"
int do_profiling__channel_routing()
{
}
int main(int argc, char** argv)
{
(void)argc;
(void)argv;
// Channel routing.
do_profiling__channel_routing();
return 0;
}