cOMS/ui/UITable.h

13 lines
131 B
C

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