Changeset 1561:1bd8df7053d2 in roaraudio


Ignore:
Timestamp:
04/13/09 00:49:26 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added dummy call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/volume.c

    r1559 r1561  
    1 //libroarsndio.c: 
     1//volume.c: 
    22 
    33/* 
     
    3333#include "libroarsndio.h" 
    3434 
     35int    sio_setvol (struct sio_hdl * hdl, unsigned vol) { 
     36 return 0; 
     37} 
     38 
    3539//ll 
Note: See TracChangeset for help on using the changeset viewer.