aboutsummaryrefslogtreecommitdiff
path: root/src/main.odin
diff options
context:
space:
mode:
authorSan Jacobs2025-12-21 07:21:42 +0100
committerSan Jacobs2025-12-21 07:21:42 +0100
commitb9aa6214ec795ddf07542ba5490396f54f3c7dbb (patch)
tree81497ac1bd17c02beeaa928c2a77300eab3c4cef /src/main.odin
parent7c5a4bd34e286608d61735bd77f5635dc6bc227e (diff)
downloadbetter-report-b9aa6214ec795ddf07542ba5490396f54f3c7dbb.tar.gz
better-report-b9aa6214ec795ddf07542ba5490396f54f3c7dbb.tar.bz2
better-report-b9aa6214ec795ddf07542ba5490396f54f3c7dbb.zip
TODOs and ignore
Diffstat (limited to 'src/main.odin')
-rw-r--r--src/main.odin5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.odin b/src/main.odin
index 037d91d..fe9aaa1 100644
--- a/src/main.odin
+++ b/src/main.odin
@@ -13,9 +13,7 @@ import rl "vendor:raylib"
import "wav"
/*
-TODO: Simplify pre-allocation. Just allocate a bunch. It's probably fine.
- Maybe do it by just counting how many lines are longer than 2 characters.
-TODO: Drag-n-drop window if no files are specified
+TODO: Test on files from SD788t
*/
when ODIN_OS == .Windows {
@@ -87,7 +85,6 @@ CSV :: string
Directory :: [dynamic]string
Job :: union {CSV, Directory}
job_list : [dynamic]Job
-// TODO: Changing file_list to job_list, so the Directory jobs can contain a list of all the relevant .wav files before being sent to parse_folder()
main :: proc() {
when ODIN_DEBUG {