summaryrefslogtreecommitdiff
path: root/src/Pad.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-30 21:24:47 +0200
committeraap <aap@papnet.eu>2019-05-30 21:24:47 +0200
commit188aab4196c1d9de0c1bf33be1114e7a0e11fd19 (patch)
treeff0c0a98ced0ba0bbabf34f5f6b1c0e152dcb194 /src/Pad.h
parentd434c88606efe2b14410b987369a01dc7287e627 (diff)
implemented some higher level functions; added lots of stubs; switched top and bottom in CRect
Diffstat (limited to 'src/Pad.h')
-rw-r--r--src/Pad.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Pad.h b/src/Pad.h
index db035788..48e19e6f 100644
--- a/src/Pad.h
+++ b/src/Pad.h
@@ -121,6 +121,7 @@ public:
bool GetLookRight(void);
static CPad *GetPad(int n) { return &Pads[n]; }
+ static void PrintErrorMessage(void);
};
static_assert(sizeof(CPad) == 0xFC, "CPad: error");