Update for voice and input
This commit is contained in:
parent
d80ae18aff
commit
686f47217f
8 changed files with 884 additions and 0 deletions
16
colorchord2/configs.h
Normal file
16
colorchord2/configs.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef _CONFIGS_H
|
||||
#define _CONFIGS_H
|
||||
|
||||
#define NRDEFFILES 10
|
||||
|
||||
extern int gargc;
|
||||
extern char ** gargv;
|
||||
|
||||
|
||||
void LoadFile( const char * filename );
|
||||
void SetEnvValues( int force );
|
||||
void ProcessArgs();
|
||||
void SetupConfigs();
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue