implement RegistrationBook::HandleClick (#685)

* implement RegistrationBook::HandleClick

* fix build

* Style

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2024-03-17 14:58:27 -04:00
committed by GitHub
parent 0fe3fa65aa
commit b38a2a4980
2 changed files with 48 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ private:
MxLong HandleKeyPress(MxS8 p_key);
MxLong HandleClick(LegoControlManagerEvent& p_param);
MxLong HandleNotification19(MxParam& p_param);
void FUN_100775c0(MxS16 p_playerIndex);
};
#endif // REGISTRATIONBOOK_H