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

Method ArticleDefinitionRect

src/Ruleset/ArticleDefinition.cpp:107–107  ·  view source on GitHub ↗

* Constructor. */

Source from the content-addressed store, hash-verified

105 * Constructor.
106 */
107 ArticleDefinitionRect::ArticleDefinitionRect() : x(0), y(0), width(0), height(0) {}
108
109 /**
110 * Sets the rectangle parameters in a function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected