feat(sointu): add functions to figure out the stack use and need of a unit

This commit is contained in:
vsariola
2021-02-10 22:39:08 +02:00
parent 35d2ff6308
commit 8cfd915311
4 changed files with 63 additions and 5 deletions

View File

@ -76,6 +76,7 @@ type Tracker struct {
TopHorizontalSplit *Split
BottomHorizontalSplit *Split
VerticalSplit *Split
StackUse []int
sequencer *Sequencer
ticked chan struct{}