colorchord/colorchord2/configs.h
2016-07-20 21:11:39 -04:00

17 lines
226 B
C

#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