Changeset 12:78dfd1b91bcc in roaraudio for roarfish/include


Ignore:
Timestamp:
06/18/08 20:37:48 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added playback code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarfish/include/roarfish.h

    r11 r12  
    44#define _RAORFISH_H_ 
    55 
     6#define __USE_XOPEN 
     7 
    68#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 
    726 
    827#endif 
Note: See TracChangeset for help on using the changeset viewer.