MCPcopy Create free account
hub / github.com/SFML/SFML / WinMain

Function WinMain

src/SFML/Main/MainWin32.cpp:47–53  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

45
46////////////////////////////////////////////////////////////
47int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, INT)
48{
49#pragma GCC diagnostic push
50#pragma GCC diagnostic ignored "-Wpedantic"
51 return main(__argc, __argv);
52#pragma GCC diagnostic pop
53}

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected