mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 16:02:14 -07:00
Resolve merge conflicts.
Took 10 minutes Took 50 seconds Took 51 seconds Took 2 minutes Took 1 minute
This commit is contained in:
commit
c5072a013b
30 changed files with 3862 additions and 3148 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue