diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:42:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-24 02:43:45 +0100 |
| commit | fc5bab30ba4d77a5c040f2c461aa8b2dd5361482 (patch) | |
| tree | 9aa34c2bcf93b869238e8499245e5afb0cc5c36f /lib/libsteps/include/steps/config.hpp | |
| parent | 88089b7dc28e47bb94de6e6de123e1be58f7dd5f (diff) | |
feat: system and CI improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/libsteps/include/steps/config.hpp')
| -rw-r--r-- | lib/libsteps/include/steps/config.hpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libsteps/include/steps/config.hpp b/lib/libsteps/include/steps/config.hpp new file mode 100644 index 0000000..6eefe3c --- /dev/null +++ b/lib/libsteps/include/steps/config.hpp @@ -0,0 +1,17 @@ +/* ------------------------------------------- + +Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + +------------------------------------------- */ + +#pragma once + +#ifdef OCL_USE_UTF8 +#undef OCL_USE_UTF8 +#endif + +#include <core/includes.hpp> + +#include <cstring> +#include <fstream> + |
