This website requires JavaScript.
Odkrywaj
Pomoc
Zaloguj się
crtxcr
/
looqs
Obserwuj
1
Polub
0
Forkuj
0
You've already forked looqs
Kod
Zgłoszenia
Oczekujące zmiany
1
Wydania
Wiki
Aktywność
b137dec434
looqs
/
gui
/
ipc.h
11 wiersze
97 B
C
Czysty
Zwykły widok
Historia
Unescape
Escape
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
#
ifndef IPC_H
#
define IPC_H
enum
IPCCommand
{
DocOpen
,
IpcServer: Add addFile()
2022-04-24 12:34:34 +02:00
FileOpen
,
AddFile
,
GUI: Begin IPC mechanism to open files despite sandboxing
2021-09-28 21:44:09 +02:00
}
;
#
endif
// IPC_H
Kopiuj bezpośredni odnośnik