vgmstream/src/streamtypes.h

13 lines
158 B
C
Raw Normal View History

/*
* streamtypes.h - widely used type definitions
*/
#include <inttypes.h>
#ifndef _STREAMTYPES_H
#define _STREAMTYPES_H
typedef int16_t sample;
#endif