diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 15:05:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-03 15:05:19 +0100 |
| commit | e2c2361f335a45d1268481c17fea6f50aa03bbff (patch) | |
| tree | e2fd2c4fd8cfe0b26277f64e975fbbf756f8a3c8 /dev/SCIKit/src/Foundation.cc | |
| parent | 140d983c55e0f9a2d1829c997d7751f234703fb6 (diff) | |
IMP: MakeFramework tool, (Alpha)
- This tool is used to make frameworks and apps.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/SCIKit/src/Foundation.cc')
| -rw-r--r-- | dev/SCIKit/src/Foundation.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 <SCIKit/Foundation.h>
-/// @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)
|
