mirror of
https://github.com/YACReader/yacreader
synced 2025-09-08 06:14:53 -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