colorchord/colorchord2/configs.h

17 lines
226 B
C
Raw Permalink Normal View History

2016-07-21 03:11:39 +02:00
#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