yuzu/externals/cubeb/subprojects/speex/speex_config_types.h

11 lines
221 B
C
Raw Normal View History

2021-12-08 10:33:31 +04:00
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__
/* these are filled in by configure */
typedef int16_t spx_int16_t;
typedef uint16_t spx_uint16_t;
typedef int32_t spx_int32_t;
typedef uint32_t spx_uint32_t;
#endif