summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_android.h
blob: 52705fbd2d2c3e195056d8139f673773211ebd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef GD_MONO_ANDROID_H
#define GD_MONO_ANDROID_H

#if defined(ANDROID_ENABLED)

#include "core/ustring.h"

namespace GDMonoAndroid {

String get_app_native_lib_dir();

void register_android_dl_fallback();

} // namespace GDMonoAndroid

#endif // ANDROID_ENABLED

#endif // GD_MONO_ANDROID_H