DLT_Splitter/Inc/UI_Layout.hpp

9 lines
110 B
C++

#ifndef __UI_LAYOUT__
#define __UI_LAYOUT__
#include "imgui.h"
// UI布局
void UI_Layout();
#endif