mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 05:17:51 +00:00
Added RequestWithContext & ControlWithContext
This commit is contained in:
parent
60644b9655
commit
75bd5bf8be
3 changed files with 7 additions and 1 deletions
|
@ -32,6 +32,8 @@ enum class CommandType : u32 {
|
|||
Close = 2,
|
||||
Request = 4,
|
||||
Control = 5,
|
||||
RequestWithContext = 6,
|
||||
ControlWithContext = 7,
|
||||
Unspecified,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue