mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef IOS_CONFIG_H
|
|
#define IOS_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void IOS_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // IOS_CONFIG_H
|