Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ main
Function
main
examples/TEST_QuickGUI.cpp:220–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
};
219
220
int main()
221
{
222
olcDemo_QuickGUI demo;
223
if (demo.Construct(256, 240, 4, 4))
224
demo.Start();
225
return 0;
226
}
Callers
nothing calls this directly
Calls
2
Construct
Method · 0.80
Start
Method · 0.45
Tested by
no test coverage detected