blob: 78d3fdec98954f76620ee4bee79efcfb702ce67e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef ANDROID_MONO_CONFIG_H
#define ANDROID_MONO_CONFIG_H
#ifdef ANDROID_ENABLED
#include "core/ustring.h"
// This function is defined in an auto-generated source file
String get_godot_android_mono_config();
#endif // ANDROID_ENABLED
#endif // ANDROID_MONO_CONFIG_H
|