Files
MontaukOS/programs/include/gui/mtk.hpp
T
2026-04-11 09:34:55 +02:00

13 lines
239 B
C++

/*
* 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"