LunaHook-mirror/LunaHost/GUI/main.cpp
恍兮惚兮 3e66a81e40 font
2024-07-21 20:57:04 +08:00

12 lines
243 B
C++

#include "LunaHost.h"
int main()
{
SetProcessDPIAware();
LunaHost _lunahost;
_lunahost.show();
mainwindow::run();
}
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
main();
}