forked from PAWPAW-Mirror/lib_xua
18 lines
219 B
C
18 lines
219 B
C
|
|
#ifndef __XUA_H__
|
|
#define __XUA_H__
|
|
|
|
#ifdef __xua_conf_h_exists__
|
|
#include "xua_conf.h"
|
|
#endif
|
|
|
|
#include "xua_conf_default.h"
|
|
|
|
#include "xua_audiohub.h"
|
|
|
|
#include "xua_endpoint0.h"
|
|
|
|
#include "xua_buffer.h"
|
|
|
|
#endif
|