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