Home
last modified time | relevance | path

Searched refs:SetDebugGotoBitmap (Results 1 – 3 of 3) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dengine.h1184 void SetDebugGotoBitmap(std::unique_ptr<CImage> debugImage);
H A Dengine.cpp5516 void CEngine::SetDebugGotoBitmap(std::unique_ptr<CImage> debugImage) in SetDebugGotoBitmap() function in Gfx::CEngine
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskgoto.cpp71 m_engine->SetDebugGotoBitmap(std::move(nullptr)); in ~CTaskGoto()
133 m_engine->SetDebugGotoBitmap(std::move(debugImage)); in EventProcess()