Changeset 3725:35622f6adcee in roaraudio for roard/include/driver.h


Ignore:
Timestamp:
04/25/10 18:08:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added RSound driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver.h

    r3692 r3725  
    9999#endif 
    100100 
     101#ifdef ROAR_HAVE_LIBRSOUND 
     102#ifdef _DRV_NEED_RSOUND_H 
     103#include <rsound.h> 
     104#endif 
     105#include "driver_rsound.h" 
     106#endif 
     107 
    101108#ifdef ROAR_HAVE_LIBASOUND 
    102109#include <alsa/asoundlib.h> 
Note: See TracChangeset for help on using the changeset viewer.