/* ------------------------------------------- Copyright Mahrouss Logic File: Dim2d.cpp Purpose: Revision History: 31/01/24: Added file (amlel) ------------------------------------------- */ #include namespace System::Graphics { HCore::UInt& Dim2d::X() { return m_X; } HCore::UInt& Dim2d::Y() { return m_Y; } } // namespace System::Graphics