10 lines
199 B
C
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
|