#ifndef IZ_CONFIG_H #define IZ_CONFIG_H #include #include #include "IZ_common.h" // TODO unify loading of config from cmdline and config file void IZ_ConfigGetDefaultPath(const char*, size_t); const char* IZ_ConfigGetCommandlineOption(u8, const char**, const char*); #endif