summaryrefslogtreecommitdiffhomepage
path: root/vendor/toml++/toml.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:15:17 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:15:17 +0100
commita3ea256d00e5aac45574c7c8b076b60630f73a95 (patch)
treed639c686922140ee0465b27964ce4d2b854b68b7 /vendor/toml++/toml.h
parentbb11d32131e786b40550375005b12bcb31cf25d7 (diff)
feat! refactor! Breaking changes of the NeBuild system.
Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'vendor/toml++/toml.h')
-rw-r--r--vendor/toml++/toml.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/toml++/toml.h b/vendor/toml++/toml.h
new file mode 100644
index 0000000..5c28531
--- /dev/null
+++ b/vendor/toml++/toml.h
@@ -0,0 +1,7 @@
+// this file is just for backwards compatibility.
+#ifndef TOMLPLUSPLUS_H
+#define TOMLPLUSPLUS_H
+
+#include "toml.hpp"
+
+#endif