Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ clearSDLSurface
Method
clearSDLSurface
Source/Surface.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void cSurface::clearSDLSurface( uint32 pColor ) {
72
73
SDL_FillRect( mSDLSurface, 0, pColor );
74
}
75
76
void cSurface::palette_SetToBlack() {
77
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected