LeviLamina
Loading...
Searching...
No Matches
OpCode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cohtml::websocket {
6
7
enum class
OpCode :
int
{
8
Text = 1,
9
Binary = 2,
10
};
11
12
}
src-client
mc
deps
cohtml
OpCode.h
Generated on
for LeviLamina by
1.16.1