From 80b76666074aa94f165e3db7b3dda2145ca6efc0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 21 Mar 2024 22:39:57 +0100 Subject: unstable, kernel+api: important breaking changes. Signed-off-by: Amlal El Mahrouss --- Public/Kits/System.Graphics/Dim2d.cxx | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Public/Kits/System.Graphics/Dim2d.cxx (limited to 'Public/Kits/System.Graphics/Dim2d.cxx') diff --git a/Public/Kits/System.Graphics/Dim2d.cxx b/Public/Kits/System.Graphics/Dim2d.cxx deleted file mode 100644 index 5925660d..00000000 --- a/Public/Kits/System.Graphics/Dim2d.cxx +++ /dev/null @@ -1,20 +0,0 @@ -/* ------------------------------------------- - - 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 -- cgit v1.2.3