MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / PixelGameEngine

Method PixelGameEngine

olcPixelGameEngine.h:2472–2480  ·  view source on GitHub ↗

O------------------------------------------------------------------------------O | olc::PixelGameEngine IMPLEMENTATION | O------------------------------------------------------------------------------O

Source from the content-addressed store, hash-verified

2470 // | olc::PixelGameEngine IMPLEMENTATION |
2471 // O------------------------------------------------------------------------------O
2472 PixelGameEngine::PixelGameEngine()
2473 {
2474 sAppName = "Undefined";
2475 olc::PGEX::pge = this;
2476
2477 // Bring in relevant Platform & Rendering systems depending
2478 // on compiler parameters
2479 olc_ConfigureSystem();
2480 }
2481
2482 PixelGameEngine::~PixelGameEngine()
2483 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected