Changeset 1817:e219db0975fb in roaraudio


Ignore:
Timestamp:
05/22/09 21:28:22 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added global struct and prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/light.h

    r1816 r1817  
    2828#include <roaraudio.h> 
    2929 
     30struct { 
     31 unsigned int    channels; 
     32 unsigned char * state; 
     33} g_light_state; 
     34 
     35int light_init  (unsigned int channels); 
     36int light_free  (void); 
     37 
     38int light_update(void); 
     39int light_reset (void); 
     40 
    3041#endif 
    3142 
Note: See TracChangeset for help on using the changeset viewer.