mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
Fix pbs and some other stuff.
Took 1 hour 5 minutes
This commit is contained in:
parent
01378b8314
commit
408b732854
84 changed files with 181 additions and 172 deletions
|
|
@ -1,8 +1,7 @@
|
|||
#include "../include/server_room.h"
|
||||
#include "../include/server/server_room.h"
|
||||
|
||||
#include "../include/game/server_game.h"
|
||||
#include "../include/server_protocolhandler.h"
|
||||
#include "../trice_limits.h"
|
||||
#include "../include/server/game/server_game.h"
|
||||
#include "../include/server/server_protocolhandler.h"
|
||||
#include "pb/commands.pb.h"
|
||||
#include "pb/event_join_room.pb.h"
|
||||
#include "pb/event_leave_room.pb.h"
|
||||
|
|
@ -12,6 +11,7 @@
|
|||
#include "pb/room_commands.pb.h"
|
||||
#include "pb/serverinfo_chat_message.pb.h"
|
||||
#include "pb/serverinfo_room.pb.h"
|
||||
#include "utility/trice_limits.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue