mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
8 lines
111 B
C++
8 lines
111 B
C++
#pragma once
|
|
|
|
class QWidget;
|
|
|
|
void Windows_QWidget_SetForegroundWindow(QWidget* w);
|
|
|
|
bool Windows_IsInAdmin();
|