MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / main

Function main

TombEngine/Specific/winmain.cpp:540–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540int main()
541{
542 return WinMain(GetModuleHandle(nullptr), nullptr, GetCommandLine(), SW_SHOW);
543}
544
545int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
546{

Callers

nothing calls this directly

Calls 1

WinMainFunction · 0.85

Tested by

no test coverage detected