Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ SaveImageResource
Method
SaveImageResource
olcPixelGameEngine.h:6531–6534 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6529
}
6530
6531
olc::rcode SaveImageResource(olc::Sprite* spr, const std::string& sImageFile) override
6532
{
6533
return olc::rcode::OK;
6534
}
6535
};
6536
}
6537
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected