diff options
author | aap <aap@papnet.eu> | 2019-05-30 21:24:47 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-05-30 21:24:47 +0200 |
commit | 188aab4196c1d9de0c1bf33be1114e7a0e11fd19 (patch) | |
tree | ff0c0a98ced0ba0bbabf34f5f6b1c0e152dcb194 /src/Pad.h | |
parent | d434c88606efe2b14410b987369a01dc7287e627 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |