fix: sync template sysroot, add script

This commit is contained in:
2026-06-12 11:56:20 +02:00
parent f7c69c4ae4
commit 2c4fa4511a
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"