mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 18:02:01 -04:00
14 lines
231 B
C
14 lines
231 B
C
|
|
#ifndef SKELDAL_GAME_ADVCONFIG_H_
|
|
#define SKELDAL_GAME_ADVCONFIG_H_
|
|
|
|
|
|
#include <libs/strlite.h>
|
|
#include <platform/config.h>
|
|
|
|
|
|
void adv_patch_config(INI_CONFIG *srcconfig, TSTR_LIST lst);
|
|
|
|
|
|
|
|
#endif /* SKELDAL_GAME_ADVCONFIG_H_ */
|