diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-06-30 19:23:09 -0300 |
| commit | 6c8aa85b8b578db03a8c5f0dc0b7e80605592d45 (patch) | |
| tree | 6734cf3d3c0e318a139f7d15d9a524c423833e22 /src/communication.hh | |
| parent | c09d30cb144ce421ef0e1a786d2965f9abcde0aa (diff) | |
| download | game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.tar.gz game-6c8aa85b8b578db03a8c5f0dc0b7e80605592d45.zip | |
`writer.cc`
Diffstat (limited to 'src/communication.hh')
| -rw-r--r-- | src/communication.hh | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
