mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Implement messaging support for Linux
This commit is contained in:
@@ -71,9 +71,8 @@ namespace hex {
|
||||
|
||||
/**
|
||||
* @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
|
||||
* @param rawData Raw bytes received from other instance
|
||||
*/
|
||||
EVENT_DEF(EventNativeMessageReceived, std::string, std::vector<u8>);
|
||||
EVENT_DEF(EventNativeMessageReceived, std::vector<u8>);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user