add font msyh.ttc && Basic main panel for UI widgets
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifndef __CONFIG_HPP__
|
||||
#define __CONFIG_HPP__
|
||||
|
||||
// 主窗体标题
|
||||
#define MAIN_FRAME_TITTLE L"DLT Splitter —— Dev by : LuChiChick"
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,9 @@
|
||||
#ifndef __UI_LAYOUT__
|
||||
#define __UI_LAYOUT__
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
// UI布局
|
||||
void UI_Layout();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user