mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
6 lines
84 B
C++
6 lines
84 B
C++
#pragma once
|
|
|
|
class QWidget;
|
|
|
|
void Windows_QWidget_SetForegroundWindow(QWidget* w);
|