Skip to content

Commit

Permalink
command line args fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
brandiob committed Jun 7, 2024
1 parent 7fd4432 commit 9e99ebe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databaseHandler/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ DONE -Leaderboards, sort with respect to time, day, week, month
DONE -mapData get id, so id parameter can be fed into generateLB
lmao no thanks -mapData changesort **** bonus
-command line support
done??? -command line support
-search and sort instead of if statements
-review and comment code
*/



void handleCommandLineArguments(int argc, char* argv[]) {
Leaderboards lb;
MapData md;
Expand Down

0 comments on commit 9e99ebe

Please sign in to comment.