mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -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,8 @@
|
|||
#include "../../include/game/server_arrow.h"
|
||||
#include "../../include/server/game/server_arrow.h"
|
||||
|
||||
#include "../../include/game/server_card.h"
|
||||
#include "../../include/game/server_cardzone.h"
|
||||
#include "../../include/game/server_player.h"
|
||||
#include "../../include/server/game/server_card.h"
|
||||
#include "../../include/server/game/server_cardzone.h"
|
||||
#include "../../include/server/game/server_player.h"
|
||||
#include "pb/serverinfo_arrow.pb.h"
|
||||
|
||||
Server_Arrow::Server_Arrow(int _id, Server_Card *_startCard, Server_ArrowTarget *_targetItem, const color &_arrowColor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue