* Add some pretty printers to help debugging.
This commit is contained in:
jean.chalard
2009-09-04 13:22:15 +00:00
parent 2a7d6819bb
commit 2e7570fdea
15 changed files with 71 additions and 20 deletions
+1 -1
View File
@@ -68,10 +68,10 @@ class GuiHandSelf : public GuiHand
virtual int receiveEventPlus(WEvent* e);
virtual int receiveEventMinus(WEvent* e);
void Repos();
bool CheckUserInput(u32 key);
virtual void Render();
void Update(float dt);
void Repos();
float LeftBoundary();
HandLimitor* limitor;