chore: initial project setup

This commit is contained in:
2026-08-08 20:16:37 +02:00
parent cef52a517e
commit db808b7d29
4 changed files with 102 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
//
// Created by Paul Horn on 08.08.26.
//
#ifndef TUI_FRAMEWORK_MAIN_H
#define TUI_FRAMEWORK_MAIN_H
namespace tui {
class main {};
} // namespace tui
#endif // TUI_FRAMEWORK_MAIN_H