* Unify struct/class for HandLimitor.
This commit is contained in:
jean.chalard
2009-08-22 06:46:08 +00:00
parent 384fd1ad08
commit 9eccae4e1e

View File

@@ -40,7 +40,7 @@ class GuiHand : public GuiLayer
~GuiHand(); ~GuiHand();
void Update(float dt); void Update(float dt);
friend class HandLimitor; friend struct HandLimitor;
}; };
class GuiHandOpponent : public GuiHand class GuiHandOpponent : public GuiHand