Initial file tidy-up. Created app_xua_simple.

This commit is contained in:
xross
2017-10-10 15:00:00 +01:00
parent 4d4765dc77
commit eae3e4237b
49 changed files with 270 additions and 115 deletions

9
lib_xua/api/xua.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __XUA_H__
#define __XUA_H__
#include "xua_audio.h"
#include "xua_endpoint0.h"
#endif