mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
cdffefdadc
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
13 lines
158 B
C
13 lines
158 B
C
/*
|
|
* streamtypes.h - widely used type definitions
|
|
*/
|
|
|
|
#include <inttypes.h>
|
|
|
|
#ifndef _STREAMTYPES_H
|
|
#define _STREAMTYPES_H
|
|
|
|
typedef int16_t sample;
|
|
|
|
#endif
|