#pragma once void conf_setDefaults(void); int conf_loadConfig(const char* file); void conf_parseCLI(int argc, char** argv);