mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-12 10:41:15 +00:00
10 lines
173 B
C
10 lines
173 B
C
|
|
#ifndef ANDROID_CONFIG_H
|
|
#define ANDROID_CONFIG_H
|
|
|
|
#include "dictionary.h"
|
|
|
|
void Android_SetupDefaultConfigOverrides(dictionary* p_dictionary);
|
|
|
|
#endif // ANDROID_CONFIG_H
|