9 lines
110 B
C++
9 lines
110 B
C++
#ifndef __UI_LAYOUT__
|
|
#define __UI_LAYOUT__
|
|
|
|
#include "imgui.h"
|
|
|
|
// UI布局
|
|
void UI_Layout();
|
|
|
|
#endif |