txti -> txt; checkpoint #4

This commit is contained in:
Ryan Fleury
2024-03-26 16:26:31 -07:00
parent 88798e4453
commit 8792c2280c
3 changed files with 64 additions and 5 deletions
+2
View File
@@ -94,6 +94,8 @@ struct TXT_TextInfo
U64 lines_max_size;
TXT_LineEndKind line_end_kind;
TXT_TokenArray tokens;
U64 bytes_processed;
U64 bytes_to_process;
};
////////////////////////////////