
-- Basically just moving things into conf.c to make things cleaner. -- Got to get the input out player.c That file is wayyyy too big.
7 lines
126 B
C
7 lines
126 B
C
#pragma once
|
|
|
|
void conf_setDefaults(void);
|
|
int conf_loadConfig(const char* file);
|
|
void conf_parseCLI(int argc, char** argv);
|
|
|