looqs/gui/ipc.h

10 baris
86 B
C
Mentah Pandangan Normal Riwayat

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