summaryrefslogtreecommitdiff
path: root/platform/android/export/export_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-05-31 23:48:16 +0200
committerGitHub <noreply@github.com>2022-05-31 23:48:16 +0200
commitb777454097701595cb22a9e9249f76bec0e850d0 (patch)
tree4eacd63e1e5ab94b857050aa75e4e1d30604bb4d /platform/android/export/export_plugin.h
parentd8b0a8cd29c1f67fe850d0df0ca09ffb4d73fe10 (diff)
parent2afef001e702046378a02fa887dbb361f39c7b6e (diff)
Merge pull request #61573 from madmiraal/android-cleanup
Cleanup Android C++ code
Diffstat (limited to 'platform/android/export/export_plugin.h')
-rw-r--r--platform/android/export/export_plugin.h5
1 files changed, 5 insertions, 0 deletions
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