Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
540
int main()
541
{
542
return WinMain(GetModuleHandle(nullptr), nullptr, GetCommandLine(), SW_SHOW);
543
}
544
545
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd)
546
{
Callers
nothing calls this directly
Calls
1
WinMain
Function · 0.85
Tested by
no test coverage detected