Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ main
Function
main
examples/TEST_Patches.cpp:122–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
};
121
122
int main()
123
{
124
TEST_Patches demo;
125
if (demo.Construct(1280, 720, 1, 1, false, false))
126
demo.Start();
127
return 0;
128
}
Callers
nothing calls this directly
Calls
2
Construct
Method · 0.80
Start
Method · 0.45
Tested by
no test coverage detected