mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-03 00:34:15 +08:00
9 lines
228 B
C++
9 lines
228 B
C++
|
#include"LunaHost.h"
|
||
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||
|
//int main()
|
||
|
{
|
||
|
SetProcessDPIAware();
|
||
|
LunaHost _lunahost;
|
||
|
_lunahost.show();
|
||
|
mainwindow::run();
|
||
|
}
|