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 | 1844f8bae695fc677062fb06db012a4102cd3f0a (patch) | |
tree | 342992624a99bbc05b942d35e955c3be4cfd4b91 /c_hardflip.go | |
parent | now draw litems list (diff) | |
download | hardflip-1844f8bae695fc677062fb06db012a4102cd3f0a.tar.gz hardflip-1844f8bae695fc677062fb06db012a4102cd3f0a.tar.bz2 hardflip-1844f8bae695fc677062fb06db012a4102cd3f0a.tar.xz hardflip-1844f8bae695fc677062fb06db012a4102cd3f0a.tar.zst hardflip-1844f8bae695fc677062fb06db012a4102cd3f0a.zip |
now really draw
Diffstat (limited to '')
-rw-r--r-- | c_hardflip.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c_hardflip.go b/c_hardflip.go index 7e75444..b040727 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -63,7 +63,6 @@ type HardData struct { } func main() { - // TODO: replace everything ui with litems data_dir := c_get_data_dir() opts := HardOpts{true, true, false} ldirs := c_load_data_dir(data_dir, opts) |