root/syre/trunk/syre.h

Revision 571, 216 bytes (checked in by conrad, 4 years ago)

add all files from syre-blink release

Line 
1 #ifndef __SYRE_H__
2 #define __SYRE_H__
3
4 typedef unsigned char  bit8;
5 typedef short bit16;
6 typedef int   bit32;
7 typedef long  bit64;
8
9 #define PLAYBACK_FREQ 44100
10 #define PLAYBACK_BITRATE 16
11
12 #endif  /*  __SYRE_H__  */
Note: See TracBrowser for help on using the browser.