cOMS/ui/UITable.h
Dennis Eichhorn 4f1cbd98f9
Some checks failed
Microsoft C++ Code Analysis / Analyze (push) Waiting to run
CodeQL / Analyze (${{ matrix.language }}) (autobuild, c-cpp) (push) Has been cancelled
started templating
2025-03-21 01:08:09 +00:00

13 lines
133 B
C

#ifndef COMS_UI_TABLE_H
#define COMS_UI_TABLE_H
#include "../stdlib/Types.h"
struct UITableState {
};
struct UITable {
};
#endif