From cd78b97bceaf6ecbbab6f89631c15ed712878d4d Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Mon, 9 Jul 2018 22:22:26 +0200 Subject: Calls to HumanPlayer and Camera button pressed event handlers are now automatically handled by two const arrays of member functions pointers. --- Camera.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Camera.h') diff --git a/Camera.h b/Camera.h index 4e9bae9..ff18894 100644 --- a/Camera.h +++ b/Camera.h @@ -31,6 +31,7 @@ class Camera /* Event handlers. */ void onLeftBtnPressed(void); + void onRightBtnPressed(void); private: bool _bLocked; -- cgit v1.2.3