mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 13:03:55 -07:00
reworked protocol; only server code for now
This commit is contained in:
parent
da6a1a0dbd
commit
a8c45fda1a
13 changed files with 669 additions and 534 deletions
|
|
@ -23,7 +23,8 @@ HEADERS += src/server.h src/servergame.h src/serversocket.h \
|
|||
src/abstractrng.h \
|
||||
src/rng_qt.h \
|
||||
src/returnmessage.h \
|
||||
src/chatchannel.h
|
||||
src/chatchannel.h \
|
||||
src/player.h
|
||||
SOURCES += src/main.cpp \
|
||||
src/server.cpp \
|
||||
src/servergame.cpp \
|
||||
|
|
@ -33,4 +34,5 @@ SOURCES += src/main.cpp \
|
|||
src/counter.cpp \
|
||||
src/rng_qt.cpp \
|
||||
src/returnmessage.cpp \
|
||||
src/chatchannel.cpp
|
||||
src/chatchannel.cpp \
|
||||
src/player.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue