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

Method cDimension

Source/Dimension.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 public:
28 cDimension() : mWidth( 0 ), mHeight( 0 ) {}
29 cDimension( unsigned int pWidth, unsigned int pHeight ) : mWidth( pWidth ), mHeight( pHeight ) {}
30
31 void Set( unsigned int pWidth, unsigned int pHeight ) { mWidth = pWidth; mHeight = pHeight; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected