looqs/gui/ipc.h

10 líneas
86 B
C
Original Vista normal Histórico

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