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