Resolve merge conflicts.

Took 10 minutes

Took 50 seconds

Took 51 seconds

Took 2 minutes

Took 1 minute
This commit is contained in:
Lukas Brübach 2025-10-08 10:01:24 +02:00
commit c5072a013b
30 changed files with 3862 additions and 3148 deletions

View file

@ -4,6 +4,7 @@ set(CMAKE_AUTORCC ON)
set(HEADERS
libcockatrice/server/game/server_abstract_participant.h
libcockatrice/server/game/server_abstract_player.h
libcockatrice/server/game/server_arrow.h
libcockatrice/server/game/server_arrowtarget.h
libcockatrice/server/game/server_card.h
@ -35,6 +36,7 @@ add_library(
${MOC_SOURCES}
libcockatrice/server/debug_pb_message.cpp
libcockatrice/server/game/server_abstract_participant.cpp
libcockatrice/server/game/server_abstract_player.cpp
libcockatrice/server/game/server_arrow.cpp
libcockatrice/server/game/server_arrowtarget.cpp
libcockatrice/server/game/server_card.cpp