Changeset 3879:6644eb2eda37 in roaraudio for libroaross


Ignore:
Timestamp:
05/21/10 11:19:28 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roardl plugin init function (mostly dummy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3873 r3879  
    19551955} 
    19561956 
     1957// ------------------------------------- 
     1958// RoarAudio plugin functions follow: 
     1959// ------------------------------------- 
     1960 
     1961ROAR_DL_PLUGIN_START(libroaross) { 
     1962 (void)para; 
     1963 _init(); 
     1964} ROAR_DL_PLUGIN_END 
     1965 
    19571966#endif 
    19581967 
Note: See TracChangeset for help on using the changeset viewer.