From 2afef001e702046378a02fa887dbb361f39c7b6e Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Mon, 30 May 2022 22:13:49 +0100 Subject: Cleanup Android C++ code --- platform/android/export/export_plugin.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/android/export/export_plugin.h') diff --git a/platform/android/export/export_plugin.h b/platform/android/export/export_plugin.h index e828710b97..eeb5aae0f1 100644 --- a/platform/android/export/export_plugin.h +++ b/platform/android/export/export_plugin.h @@ -28,6 +28,9 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ +#ifndef ANDROID_EXPORT_PLUGIN_H +#define ANDROID_EXPORT_PLUGIN_H + #include "godot_plugin_config.h" #include "core/io/zip_io.h" @@ -234,3 +237,5 @@ public: ~EditorExportPlatformAndroid(); }; + +#endif // ANDROID_EXPORT_PLUGIN_H -- cgit v1.2.3