LibGame v0.4.0
The LG Game Engine - Copyright (C) 2024-2026 ETMSoftware
Loading...
Searching...
No Matches
lg_android_app_exit.h
1/*
2 * LibGame - Copyright (C) Emmanuel Thomas-Maurin 2011-2026
3 * All rights reserved
4 */
5
6#ifndef LG_ANDROID_APP_EXIT_H
7#define LG_ANDROID_APP_EXIT_H
8
9zboolean jni_android_app_exit();
10
11#endif /* LG_ANDROID_APP_EXIT_H */
zboolean jni_android_app_exit()
Definition lg_android_app_exit.c:61