mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
12 lines
288 B
C
12 lines
288 B
C
#ifndef COCKATRICE_CARD_ZONES_H
|
|
#define COCKATRICE_CARD_ZONES_H
|
|
|
|
#define ZONE_DECK "deck"
|
|
#define ZONE_SIDEBOARD "sb"
|
|
#define ZONE_TABLE "table"
|
|
#define ZONE_HAND "hand"
|
|
#define ZONE_STACK "stack"
|
|
#define ZONE_GRAVEYARD "grave"
|
|
#define ZONE_EXILE "rfg"
|
|
|
|
#endif // COCKATRICE_CARD_ZONES_H
|