mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
7 lines
134 B
C++
7 lines
134 B
C++
#pragma once
|
|
|
|
#include <atomic>
|
|
|
|
extern JavaVM *g_vm;
|
|
extern mpv_handle *g_mpv;
|
|
extern std::atomic<bool> g_event_thread_request_exit;
|