mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
renamed playerzone to cardzone
This commit is contained in:
parent
141b116528
commit
8782438fcc
28 changed files with 106 additions and 106 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef ZONELIST_H
|
||||
#define ZONELIST_H
|
||||
|
||||
#include "playerzone.h"
|
||||
#include "cardzone.h"
|
||||
#include <QList>
|
||||
|
||||
class ZoneList : public QList<PlayerZone *> {
|
||||
class ZoneList : public QList<CardZone *> {
|
||||
public:
|
||||
PlayerZone *findZone(const QString &name) const;
|
||||
CardZone *findZone(const QString &name) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue