add some table column types
This commit is contained in:
@@ -376,8 +376,10 @@ typedef enum FieldType {
|
||||
FieldTypeU8,
|
||||
FieldTypeU16,
|
||||
FieldTypeU32,
|
||||
FieldTypeTime,
|
||||
FieldTypeFloat,
|
||||
FieldTypeString,
|
||||
FieldTypeStringChunkList,
|
||||
FieldTypeEnum,
|
||||
FieldType_Count,
|
||||
} FieldType;
|
||||
@@ -395,6 +397,7 @@ typedef struct TableDrawInfo {
|
||||
u32 y_offset;
|
||||
u32 rows;
|
||||
u32 cols;
|
||||
u32 sizeof_row;
|
||||
} TableDrawInfo;
|
||||
|
||||
typedef struct Box {
|
||||
|
||||
Reference in New Issue
Block a user