diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
| commit | 5339d016c07bf717ee388f4feb73544087324af0 (patch) | |
| tree | 94be6f67ed626091f24aee24ec3b3be03d01e4e7 /FSKit/Defines.hpp | |
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'FSKit/Defines.hpp')
| -rw-r--r-- | FSKit/Defines.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FSKit/Defines.hpp b/FSKit/Defines.hpp new file mode 100644 index 00000000..7f4f911e --- /dev/null +++ b/FSKit/Defines.hpp @@ -0,0 +1,14 @@ +/* + * ======================================================== + * + * hCore + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#pragma once + +#include <NewKit/Defines.hpp> + +#define FSKIT_VERSION "1.0.0"
\ No newline at end of file |
