vgmstream/streamtypes.h
halleyscometsw cdffefdadc First svn commit
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@1 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
2008-01-31 06:04:26 +00:00

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