diff --git a/all.h b/all.h index 79bf064..878b149 100644 --- a/all.h +++ b/all.h @@ -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 {