source: roaraudio/roarfish/include/roarfish.h @ 12:78dfd1b91bcc

Last change on this file since 12:78dfd1b91bcc was 12:78dfd1b91bcc, checked in by phi, 16 years ago

added playback code

File size: 380 bytes
Line 
1//raorfish.h:
2
3#ifndef _ROARFISH_H_
4#define _RAORFISH_H_
5
6#define __USE_XOPEN
7
8#include <roaraudio.h>
9
10#include <stdio.h>
11#include <string.h>
12#include <stdlib.h>
13
14#include <limits.h>
15#include <math.h>
16
17#include <oggz/oggz.h>
18#include <fishsound/fishsound.h>
19#include <sndfile.h>
20
21int play (char * file, char ** opts);
22
23#ifdef __USE_SVID
24#define MAXFLOAT HUGE
25#endif
26
27#endif
28
29//ll
Note: See TracBrowser for help on using the repository browser.