import ADV settings, platform files

This commit is contained in:
Ondřej Novák 2025-01-30 20:43:42 +01:00
parent 9b86bed2d8
commit ccebc91f0d
17 changed files with 244 additions and 14 deletions

14
game/advconfig.h Normal file
View file

@ -0,0 +1,14 @@
#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_ */