Skip to content
Snippets Groups Projects
Commit f1b9950c authored by s77134's avatar s77134
Browse files

Removes experimental features and fixes non existing include

parent 70239e49
No related branches found
No related tags found
No related merge requests found
#include "client.hpp"
#include "definitions.hpp"
#include "util.h"
#include "util.hpp"
#include "wordle-de.pb.h"
#include <cstdio>
......
......@@ -9,7 +9,7 @@ message Login {
message LoginAck {
bool loggedIn = 1;
optional string error = 2;
string error = 2;
}
message Guess {
......
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