diff options
author | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-05 20:20:20 +0100 |
commit | dba3b89b5a5d463457010e33b7646399d306be01 (patch) | |
tree | 5fca8fad49cbc6136ffc70fc221c653e97887857 /c_hardflip.go | |
parent | deleting (diff) | |
download | hardflip-dba3b89b5a5d463457010e33b7646399d306be01.tar.gz hardflip-dba3b89b5a5d463457010e33b7646399d306be01.tar.bz2 hardflip-dba3b89b5a5d463457010e33b7646399d306be01.tar.xz hardflip-dba3b89b5a5d463457010e33b7646399d306be01.tar.zst hardflip-dba3b89b5a5d463457010e33b7646399d306be01.zip |
googo
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 5f37430..2181207 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -56,6 +56,7 @@ import "fmt" // the main data structure, holds up everything important type HardData struct { litems *ItemsList + ptr *ItemsNode ldirs *DirsList ui HardUI opts HardOpts |