mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 17:30:53 +01:00
9 lines
266 B
C++
9 lines
266 B
C++
|
|
#include <windows.h>
|
|
#include <OverlayProc.hpp>
|
|
#include "ProcessHandler.h"
|
|
|
|
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
|
{
|
|
TiltedPhoques::UIMain(lpCmdLine, hInstance, []() { return new ProcessHandler; });
|
|
}
|