Changeset 3706:22ef2ec51fa8 in roaraudio


Ignore:
Timestamp:
04/25/10 03:30:31 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added internaly needed stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarrsound/libroarrsound.h

    r3702 r3706  
    3636#include <rsound.h> 
    3737 
     38#define LIBROARRSOUND_FLAGS_NONE        0x00 
     39#define LIBROARRSOUND_FLAGS_CONNECTED   0x01 
     40#define LIBROARRSOUND_FLAGS_STREAMING   0x02 
     41 
     42struct libroarrsound { 
     43 rsound_t rsound; 
     44 int    flags; 
     45 struct roar_connection con; 
     46 struct roar_stream     stream; 
     47 struct roar_vio_calls  vio; 
     48}; 
     49 
    3850#endif 
    3951 
Note: See TracChangeset for help on using the changeset viewer.