Files
FlaxEngine/Source/Engine/Main/Android/android_native_app_glue.h
2021-01-02 14:28:49 +01:00

10 lines
199 B
C

// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
#pragma once
#if PLATFORM_ANDROID
#include <../../../../../../../sources/android/native_app_glue/android_native_app_glue.h>
#endif