Update for voice and input

This commit is contained in:
Charles Lohr 2016-07-20 21:11:39 -04:00
parent d80ae18aff
commit 686f47217f
8 changed files with 884 additions and 0 deletions

16
colorchord2/configs.h Normal file
View 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