Iros
 
Loading...
Searching...
No Matches
process.h
Go to the documentation of this file.
1#pragma once
2
3namespace dius {
4using ProcessId = int;
5
6enum class Signal {
8};
9}
Definition directory_entry.h:11
int ProcessId
Definition process.h:4
Signal
Definition process.h:6
@ WindowChange
Definition process.h:7