diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-27 17:03:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-11-01 16:26:16 +0100 |
| commit | 9e1f1069cc6ff2e247c378a23952b67eadd18ab3 (patch) | |
| tree | 3a8578b628be661fff7f4a98a7585269937a3086 /src/settings/sdl-1.2 | |
| parent | 28d624a7b821a3cc726413fe53b60fe8fe83394e (diff) | |
| download | rts-9e1f1069cc6ff2e247c378a23952b67eadd18ab3.tar.gz | |
WIP
Diffstat (limited to 'src/settings/sdl-1.2')
| -rw-r--r-- | src/settings/sdl-1.2/inc/settings/port.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/settings/sdl-1.2/inc/settings/port.h b/src/settings/sdl-1.2/inc/settings/port.h new file mode 100644 index 0000000..6332842 --- /dev/null +++ b/src/settings/sdl-1.2/inc/settings/port.h @@ -0,0 +1,15 @@ +#ifndef SETTINGS_PORT_H +#define SETTINGS_PORT_H + +#ifdef __cplusplus +extern "C" +{ +#endif + +#define settings_load(...) settings_load_ex(__VA_ARGS__) + +#ifdef __cplusplus +} +#endif + +#endif /* SETTINGS_PORT_H */ |
