This commit is contained in:
14
projects/mtg/include/ConstraintResolver.h
Normal file
14
projects/mtg/include/ConstraintResolver.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _CONSTRAINTRESOLVER_H_
|
||||
#define _CONSTRAINTRESOLVER_H_
|
||||
|
||||
#include "GameObserver.h"
|
||||
#include "MTGCardInstance.h"
|
||||
|
||||
|
||||
class ConstraintResolver {
|
||||
protected:
|
||||
public:
|
||||
static int untap(GameObserver * game, MTGCardInstance * card);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user