mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
0a3904df4f
Update CMakeLists.txt Update README.md
11 lines
241 B
C++
11 lines
241 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();
|
|
} |