You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
14 lines
273 B
C++
14 lines
273 B
C++
#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
|