add cdata size and cfunc

This commit is contained in:
Redo
2022-11-05 12:59:40 -06:00
parent 949aeaa2c8
commit 57087d728f
8 changed files with 40 additions and 24 deletions

View File

@ -98,9 +98,9 @@ textbrick2_idxToPrint = {
[0x58] = "X",
[0x59] = "Y",
[0x5A] = "Z",
[0x5B] = "squarebracketright",
[0x5B] = "squarebracketleft",
[0x5C] = "slashleft",
[0x5D] = "squarebracketleft",
[0x5D] = "squarebracketright",
[0x5E] = "caret",
[0x5F] = "underscore",