mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-15 02:36:40 -04:00
import ADV settings, platform files
This commit is contained in:
parent
9b86bed2d8
commit
ccebc91f0d
17 changed files with 244 additions and 14 deletions
14
game/advconfig.h
Normal file
14
game/advconfig.h
Normal 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_ */
|
Loading…
Add table
Add a link
Reference in a new issue