diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ int main(int argc, char **argv) { * -f {filename} to load a map from the filename * -4 for four directions * -8 for eight directions */ + /* TODO: Argument to choose the algorithm */ int opt; while ((opt = getopt(argc, argv, ":am:f:48")) != -1) { switch (opt) { |
