14 lines
268 B
C++
14 lines
268 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/graph.hpp"
|
|
#include "gui/mtk/table.hpp"
|
|
#include "gui/mtk/hosts.hpp"
|