refactor: add website code

This commit is contained in:
2026-04-11 09:34:55 +02:00
parent fd7fcbbbc8
commit 01546806f0
134 changed files with 1939 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/*
* 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/table.hpp"
#include "gui/mtk/hosts.hpp"