MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / SurfaceSet

Method SurfaceSet

src/Engine/SurfaceSet.cpp:33–36  ·  view source on GitHub ↗

* Sets up a new empty surface set for frames of the specified size. * @param width Frame width in pixels. * @param height Frame height in pixels. */

Source from the content-addressed store, hash-verified

31 * @param height Frame height in pixels.
32 */
33SurfaceSet::SurfaceSet(int width, int height) : _width(width), _height(height), _frames()
34{
35
36}
37
38/**
39 * Performs a deep copy of an existing surface set.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected