mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
WIP
This commit is contained in:
parent
77c787b51f
commit
1ee834d42b
37 changed files with 2322 additions and 18 deletions
7
app/src/main/jni/globals.h
Normal file
7
app/src/main/jni/globals.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
|
||||
extern JavaVM *g_vm;
|
||||
extern mpv_handle *g_mpv;
|
||||
extern std::atomic<bool> g_event_thread_request_exit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue