Files
FlaxEngine/Source/Engine/Main/Android/android_native_app_glue.h
2020-12-07 23:40:54 +01:00

10 lines
199 B
C

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