FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ftxui.hpp
Go to the documentation of this file.
1// Copyright 2026 Arthur Sonzogni. All rights reserved.
2// Use of this source code is governed by the MIT license that can be found in
3// the LICENSE file.
4#ifndef FTXUI_HPP
5#define FTXUI_HPP
6
19#include "ftxui/dom/canvas.hpp"
24#include "ftxui/dom/node.hpp"
25#include "ftxui/dom/table.hpp"
26#include "ftxui/screen/box.hpp"
27#include "ftxui/screen/cell.hpp"
37#include "ftxui/util/export.hpp"
38#include "ftxui/util/ref.hpp"
39
40#endif /* end of include guard: FTXUI_HPP */