From 00aa339a1be66dc552b26496a0edb5617d551360 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 23 May 2011 18:14:04 +0000 Subject: [PATCH] Fixed linking problem --- projects/mtg/include/MTGRules.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/mtg/include/MTGRules.h b/projects/mtg/include/MTGRules.h index 7b19e16fd..5d1b42eb2 100644 --- a/projects/mtg/include/MTGRules.h +++ b/projects/mtg/include/MTGRules.h @@ -358,8 +358,6 @@ public: MTGAllCards * collection; MTGCardInstance * genEquip(int id); int testDestroy(); - void Update(float dt); - void Render(); MTGStoneHewerRule(int _id, MTGAllCards * _collection); int receiveEvent(WEvent * event); const char * getMenuText()