looqs/gui/ipc.h

10 строки
86 B
C
Исходник Обычный вид История

#ifndef IPC_H
#define IPC_H
enum IPCCommand
{
DocOpen,
FileOpen
};
#endif // IPC_H