Skip to content
Snippets Groups Projects
Commit a0f107df authored by Lukas Güldenstein's avatar Lukas Güldenstein
Browse files

Changes file names to work on any machine

parent 280e39c1
No related branches found
No related tags found
No related merge requests found
#include "client.hpp"
#include "definitions.hpp"
#include "wordle_de.pb.h"
#include "wordle-de.pb.h"
#include <iostream>
#include <string>
......
......@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <wordle_de.pb.h>
#include <wordle-de.pb.h>
std::map<std::string, Player *> players;
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment