mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-01-10 19:08:39 +00:00
13 lines
133 B
C
Executable File
13 lines
133 B
C
Executable File
#ifndef COMS_UI_TABLE_H
|
|
#define COMS_UI_TABLE_H
|
|
|
|
#include "../stdlib/Types.h"
|
|
|
|
struct UITableState {
|
|
};
|
|
|
|
struct UITable {
|
|
|
|
};
|
|
|
|
#endif |