mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
feat: Implemented macOS messaging support (#2088)
This commit is contained in:
@@ -69,4 +69,11 @@ namespace hex {
|
||||
*/
|
||||
EVENT_DEF(EventProjectOpened);
|
||||
|
||||
/**
|
||||
* @brief Called when a native message was received from another ImHex instance
|
||||
* @param eventType Type name of the event
|
||||
* @param args Decoded arguments sent from other instance
|
||||
*/
|
||||
EVENT_DEF(EventNativeMessageReceived, std::string, std::vector<u8>);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user