looqs/gui/ipc.h

10 wiersze
86 B
C
Czysty Zwykły widok Historia

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