godot/drivers/speex/speex_config_types.h

12 lines
225 B
C
Raw Normal View History

2014-02-10 02:10:30 +01:00
#ifndef __SPEEX_TYPES_H__
#define __SPEEX_TYPES_H__
/* these are filled in by configure */
typedef short spx_int16_t;
typedef unsigned short spx_uint16_t;
typedef int spx_int32_t;
typedef unsigned int spx_uint32_t;
#endif