- Renamed some things for shorter filenames - Moved the license into the doc folder - Cleaned up the project internal hierarchy so that it knows of the external file hierarchy (This should reduce the steps needed to fix bad references when a name is changed.) git-svn-id: http://openexile.googlecode.com/svn/trunk@112 4ebdad44-0ea0-11de-aab3-ff745001d230
7 lines
200 B
C
7 lines
200 B
C
void init_lb();
|
|
void reset_lb();
|
|
void set_lb(short slot, short mode, char *label, short do_draw) ;
|
|
void init_rb() ;
|
|
void reset_rb() ;
|
|
void set_rb(short slot, short mode, char *label, short do_draw) ;
|