AppCore
Loading...
Searching...
No Matches
ForbiddenCardMediumExtraOperationLogic.h
Go to the documentation of this file.
1#ifndef FORBIDDENCARDMEDIUMEXTRAOPERATIONLOGIC_H
2#define FORBIDDENCARDMEDIUMEXTRAOPERATIONLOGIC_H
3
4
5namespace EM
6{
7 namespace PT
8 {
9 class EDataCollection;
10 }
11}
12
14{
15public:
16 static bool IsForbiddenCard( EM::PT::EDataCollection *readDataCollection, bool &forbiddenCard );
17};
18
19#endif // FORBIDDENCARDMEDIUMEXTRAOPERATIONLOGIC_H
Definition ForbiddenCardMediumExtraOperationLogic.h:14
static bool IsForbiddenCard(EM::PT::EDataCollection *readDataCollection, bool &forbiddenCard)
Definition ForbiddenCardMediumExtraOperationLogic.cpp:24
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7