Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ TEST_Patches
Method
TEST_Patches
examples/TEST_Patches.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
{
60
public:
61
TEST_Patches()
62
{
63
sAppName =
"Testing Patches"
;
64
}
65
66
std::unique_ptr<olc::Sprite> pSprite;
67
std::unique_ptr<olc::Decal> pDecal;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected