fix: sync template sysroot, add script

This commit is contained in:
2026-06-12 11:56:20 +02:00
parent 22691c5c17
commit 44f86a8b19
33 changed files with 5172 additions and 147 deletions
+13
View File
@@ -0,0 +1,13 @@
/*
* mtk.hpp
* Umbrella include for the Montauk Toolkit
* Copyright (c) 2026 Daniel Hammer
*/
#pragma once
#include "gui/mtk/theme.hpp"
#include "gui/mtk/widgets.hpp"
#include "gui/mtk/graph.hpp"
#include "gui/mtk/table.hpp"
#include "gui/mtk/hosts.hpp"