MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetSurface

Method GetSurface

Source/Surface.hpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 void paletteNew_SetToBlack();
95
96 inline SDL_Surface* GetSurface() const { return mSDLSurface; }
97 inline SDL_Texture* GetTexture() const { return mTexture; };
98 inline uint8* GetSurfaceBuffer() const { return mSurfaceBuffer; }
99 inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; }

Callers 1

mergeSurfaceBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected