Files
FlaxEngine/Source/Engine/Main/Android/android_native_app_glue.h
2022-01-14 13:31:12 +01:00

10 lines
199 B
C

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