- reimplement r2609 with inheritance, and cleaned up the function code.
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-11-14 01:35:26 +00:00
parent d668fbb45c
commit b934f0a5ab
4 changed files with 22 additions and 72 deletions
-1
View File
@@ -21,7 +21,6 @@ class CardDisplay:public PlayGuiObjectController{
void rotateLeft();
void rotateRight();
bool CheckUserInput(JButton key);
bool CheckUserInputSHOP(JButton key);
bool CheckUserInput(int x, int y);
virtual void Update(float dt);
void Render();