Got a bunch of stuff going on here

the main is thing is that I hammered one a way of showing data from an
ibt
This commit is contained in:
2026-02-20 21:51:57 +00:00
parent c071730337
commit 6a37d7e97c
10 changed files with 474 additions and 36 deletions
+10 -5
View File
@@ -2,9 +2,14 @@
package models
type Window struct {
X uint16
Y uint16
Width uint16
Height uint16
Title string
X uint16
Y uint16
Width uint16
Height uint16
TitleSize uint8
TextSize uint8
Title string
Type uint8
ShowID uint8
PreviewValue string
}