server/client local ipc working fine

This commit is contained in:
Luis Ángel San Martín
2013-07-19 21:05:23 +02:00
parent a0f2571711
commit bf8c0109eb
11 changed files with 169 additions and 108 deletions

View File

@ -61,5 +61,11 @@
Custom
};
enum YACReaderIPCMessages
{
RequestComicInfo = 0,
SendComicInfo,
};
#endif