summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/table.go b/table.go
index 52a4fee..3f7558d 100644
--- a/table.go
+++ b/table.go
@@ -31,4 +31,17 @@ type songTable TableDef {
func makeSongTable() {
tb := NewTable(5)
+
+func Show() {
+ for each row {
+ for loop all strings()
+ is string button?
+ for loop all ints()
+ for loop all times()
+ for loop all bools()
+
+ }s
+
+func RefreshTime(t *time.Duration) {
+}
*/