accept save to and open file (truncated)

This commit is contained in:
2023-08-17 22:43:16 +02:00
parent 8237f902c9
commit 100f4f68c0
4 changed files with 74 additions and 2 deletions

View File

@ -113,6 +113,9 @@ class SHA1_NGCFT1 : public RegistryMessageModelEventI, public NGCFT1EventI {
void iterate(float delta);
protected: // rmm events (actions)
bool onEvent(const Message::Events::MessageUpdated&) override;
protected: // events
bool onEvent(const Events::NGCFT1_recv_request&) override;
bool onEvent(const Events::NGCFT1_recv_init&) override;