summaryrefslogtreecommitdiff
path: root/Camera.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 22:22:26 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-07-09 22:22:26 +0200
commitcd78b97bceaf6ecbbab6f89631c15ed712878d4d (patch)
treec08c69a651ce91c834aef7b588e1074106315df6 /Camera.h
parentf0b654b9bf3bc2a93c1f89d4cc3edcf77b948555 (diff)
downloadpocketempires-cd78b97bceaf6ecbbab6f89631c15ed712878d4d.tar.gz
Calls to HumanPlayer and Camera button pressed event handlers are now automatically handled by two const arrays of member functions pointers.
Diffstat (limited to 'Camera.h')
-rw-r--r--Camera.h1
1 files changed, 1 insertions, 0 deletions
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;