aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordam <dam@gudinoff>2023-10-03 18:12:59 +0100
committerdam <dam@gudinoff>2023-10-03 18:12:59 +0100
commit27269b059e7a5ae72a85b243919ad849ed672643 (patch)
treed14fd4cc4f8edb3fbabdf02d4dca8500212beb39
parent057c0c688ce4d5bfe09b923fc2409e3ef298033c (diff)
downloadtask-time-tracker-27269b059e7a5ae72a85b243919ad849ed672643.tar.zst
task-time-tracker-27269b059e7a5ae72a85b243919ad849ed672643.zip
Added TODO comment.
-rw-r--r--TUI/module.jai1
1 files changed, 1 insertions, 0 deletions
diff --git a/TUI/module.jai b/TUI/module.jai
index ec319d7..034ec15 100644
--- a/TUI/module.jai
+++ b/TUI/module.jai
@@ -79,6 +79,7 @@ Commands :: struct {
}
+// TODO Maybe make the OS_* procedures as inline?!
initialized := false;