#ifndef CONFIG_H #define CONFIG_H #include "backend/main/winlnxdefs.h" void Config_LoadConfig(); void Config_DoConfig(HWND hParent); #endif