From 6c8aa85b8b578db03a8c5f0dc0b7e80605592d45 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Mon, 30 Jun 2025 19:23:09 -0300 Subject: `writer.cc` --- src/communication.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/communication.hh') diff --git a/src/communication.hh b/src/communication.hh index f466b9e..8d2574b 100644 --- a/src/communication.hh +++ b/src/communication.hh @@ -3,7 +3,8 @@ #include "common.hh" #include "connections.hh" -#include "cr.hh" + +struct TPlayerData; struct TWaitinglistEntry { TWaitinglistEntry *Next; -- cgit v1.2.3