add font msyh.ttc && Basic main panel for UI widgets

This commit is contained in:
2025-11-10 20:29:06 +08:00
parent d7a3083816
commit 75eb1fc143
4 changed files with 94 additions and 65 deletions
+2
View File
@@ -1,5 +1,7 @@
#ifndef __CONFIG_HPP__
#define __CONFIG_HPP__
// 主窗体标题
#define MAIN_FRAME_TITTLE L"DLT Splitter —— Dev by : LuChiChick"
#endif
+9
View File
@@ -0,0 +1,9 @@
#ifndef __UI_LAYOUT__
#define __UI_LAYOUT__
#include "imgui.h"
// UI布局
void UI_Layout();
#endif