Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ main
Function
main
olcExampleProgram.cpp:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
int main()
31
{
32
Example demo;
33
if (demo.Construct(256, 240, 4, 4))
34
demo.Start();
35
36
return 0;
37
}
Callers
nothing calls this directly
Calls
2
Construct
Method · 0.80
Start
Method · 0.45
Tested by
no test coverage detected