aboutsummaryrefslogtreecommitdiff
path: root/Source/Pad.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-05-25 07:38:58 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-05-25 07:38:58 +0200
commit656eec576e46bf80da052710508e93b26ec8bdb5 (patch)
treef54106e08d0b2d862c1ffca1c351045eb33a9196 /Source/Pad.h
parent8d2e08d7448e6c3514a747c0dff5db5f27eb8788 (diff)
downloadairport-656eec576e46bf80da052710508e93b26ec8bdb5.tar.gz
* Implemented remaining time for flights.
* Initial STATE_UNBOARDING implementation. Still some work to do. * Added score logic.
Diffstat (limited to 'Source/Pad.h')
-rw-r--r--Source/Pad.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Pad.h b/Source/Pad.h
index d887f86..5b5fa1d 100644
--- a/Source/Pad.h
+++ b/Source/Pad.h
@@ -39,6 +39,9 @@ bool PadTwoKeyReleased(unsigned short key);
bool PadOneKeySinglePress(unsigned short key);
bool PadTwoKeySinglePress(unsigned short key);
+unsigned short PadOneGetLastKeySinglePressed(void);
+unsigned short PadTwoGetLastKeySinglePressed(void);
+
bool PadOneDirectionKeyPressed(void);
bool PadTwoDirectionKeyPressed(void);