gates_of_skeldal/game/advconfig.h
2025-01-30 20:43:42 +01:00

14 lines
217 B
C

#ifndef SKELDAL_GAME_ADVCONFIG_H_
#define SKELDAL_GAME_ADVCONFIG_H_
#include <strlite.h>
#include <config.h>
void adv_patch_config(INI_CONFIG *srcconfig, TSTR_LIST lst);
#endif /* SKELDAL_GAME_ADVCONFIG_H_ */