forked from PAWPAW-Mirror/lib_xua
11 lines
158 B
C
11 lines
158 B
C
#ifndef __XUA_CONF_FULL_H__
|
|
#define __XUA_CONF_FULL_H__
|
|
|
|
#ifdef __xua_conf_h_exists__
|
|
#include "xua_conf.h"
|
|
#endif
|
|
|
|
#include "xua_conf_default.h"
|
|
|
|
#endif
|