mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
update includes with move
This commit is contained in:
parent
8772f02a78
commit
dc3d40d261
24 changed files with 66 additions and 67 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "server_room.h"
|
||||
|
||||
#include "../trice_limits.h"
|
||||
#include "game/server_game.h"
|
||||
#include "pb/commands.pb.h"
|
||||
#include "pb/event_join_room.pb.h"
|
||||
#include "pb/event_leave_room.pb.h"
|
||||
|
|
@ -9,9 +11,7 @@
|
|||
#include "pb/room_commands.pb.h"
|
||||
#include "pb/serverinfo_chat_message.pb.h"
|
||||
#include "pb/serverinfo_room.pb.h"
|
||||
#include "server_game.h"
|
||||
#include "server_protocolhandler.h"
|
||||
#include "trice_limits.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue