mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
server/client local ipc working fine
This commit is contained in:
@ -61,5 +61,11 @@
|
||||
Custom
|
||||
};
|
||||
|
||||
enum YACReaderIPCMessages
|
||||
{
|
||||
RequestComicInfo = 0,
|
||||
SendComicInfo,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user