This commit is contained in:
Love 2024-09-12 22:28:49 +02:00
parent 7611d51bc4
commit b026cb63bd
4 changed files with 0 additions and 10 deletions

View File

@ -7,11 +7,7 @@
// Author: Love Billenius <lovbi127@student.liu.se>
#include "Boggle.h"
#include "random.h"
#include "shuffle.h"
#include "strlib.h"
#include <fstream>
#include <sstream>
#include <unordered_set>
// The res folder isn't copied the same way on macOS

View File

@ -10,7 +10,6 @@
#define _boggle_h
#include "lexicon.h"
#include <iostream>
#include <string>
#include <unordered_set>
#include <vector>

View File

@ -13,10 +13,8 @@
* with an unmodified version of all provided code files.
*/
#include <fstream>
#include <iostream>
#include <string>
#include "random.h"
#include "strlib.h"
#include "Boggle.h"
#include "bogglemain.h"

View File

@ -4,11 +4,8 @@
#include "Boggle.h"
#include "bogglemain.h"
#include "strlib.h"
#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <thread>
static const size_t LINE_LENGTH = 80;