Skip to content
Snippets Groups Projects
Commit 2a459e83 authored by Loke Nesse Svelland's avatar Loke Nesse Svelland
Browse files

fixed small function error

parent f96cc33a
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class Tournament ...@@ -35,7 +35,7 @@ class Tournament
virtual void printTables(); //Calls createMatchups and prints the tables virtual void printTables(); //Calls createMatchups and prints the tables
virtual void createMatchups();//Figures out who should play against each other virtual void createMatchups();//Figures out who should play against each other
bool canStartRound();//Controls that the amount of tables and players correspond bool canStartRound();//Controls that the amount of tables and players correspond
void writeToFileTournament(ofstream &out); //- void writeToFileTournaments(ofstream &out); //-
void readFromFileTournaments(ifstream &in); //- void readFromFileTournaments(ifstream &in); //-
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment