From e2c2361f335a45d1268481c17fea6f50aa03bbff Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 15:05:19 +0100 Subject: IMP: MakeFramework tool, (Alpha) - This tool is used to make frameworks and apps. Signed-off-by: Amlal El Mahrouss --- dev/SCIKit/src/Foundation.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/SCIKit/src/Foundation.cc') diff --git a/dev/SCIKit/src/Foundation.cc b/dev/SCIKit/src/Foundation.cc index 4231c02c..c0723c93 100644 --- a/dev/SCIKit/src/Foundation.cc +++ b/dev/SCIKit/src/Foundation.cc @@ -6,8 +6,8 @@ #include -/// @file sci_base.cc -/// @brief Base Memory Manager functions for SCI.dll +/// @file Foundation.cc +/// @brief Foundation source file for SCI Kit. /// @brief Copy memory region. IMPORT_C VoidPtr MmCopyMemory(_Input VoidPtr dest, _Input VoidPtr src, _Input SizeT len) -- cgit v1.2.3