#ifndef IZ_CONFIG_H #define IZ_CONFIG_H #include <SDL_filesystem.h> #include <string.h> void IZ_GetConfigPath(char*, size_t); #endif