mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
14 lines
217 B
C
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_ */
|