LunaHook-mirror/LunaHost/GUI/main.cpp
恍兮惚兮 ebe0048bb2 plugin
2024-02-08 16:18:33 +08:00

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();
}