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

Method Manager

extensions/olcPGEX_QuickGUI.h:417–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415
416#pragma region Manager
417 Manager::Manager(const bool bCleanUpForMe)
418 {
419 m_bEraseControlsOnDestroy = bCleanUpForMe;
420 }
421
422 Manager::~Manager()
423 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected