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

Method SaveImageResource

olcPixelGameEngine.h:6655–6658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6653 }
6654
6655 olc::rcode SaveImageResource(olc::Sprite* spr, const std::string& sImageFile) override
6656 {
6657 return olc::rcode::OK;
6658 }
6659 };
6660}
6661#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected