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

Method cPosition

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

Source from the content-addressed store, hash-verified

26
27 public:
28 cPosition() : mX( 0 ), mY( 0 ) {}
29 cPosition( unsigned int pX, unsigned int pY ) : mX( pX ), mY( pY ) {}
30
31 void Set( unsigned int pX, unsigned int pY ) { mX = pX; mY = pY; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected