summaryrefslogtreecommitdiffhomepage
path: root/lib/libsteps/include/steps/config.hpp
blob: 6eefe3ce794e302affff238f55f1df9dc36ec9b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>