cOMS/ui/UIPanel.h
Dennis Eichhorn 39fbcf4300
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Waiting to run
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
linux bug fixes
2025-03-22 01:10:19 +00:00

14 lines
212 B
C
Executable File

#ifndef COMS_UI_PANEL_H
#define COMS_UI_PANEL_H
#include "../stdlib/Types.h"
#include "attribute/UIAttributeDimension.h"
struct UIPanelState {
};
struct UIPanel {
UIAttributeDimension dimension;
};
#endif