mirror of
https://github.com/edubart/otclient.git
synced 2025-11-02 11:46:23 +01:00
Fix on android finger
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#include <jni.h>
|
||||
#include <main.cpp>
|
||||
|
||||
void android_main( struct android_app* state ) {
|
||||
int argc = 0;
|
||||
char* argv[] = char[1];
|
||||
argv[0] = '';
|
||||
|
||||
main(argc, argv);
|
||||
}
|
||||
Reference in New Issue
Block a user