8 lines
91 B
Text
8 lines
91 B
Text
|
#pragma once
|
||
|
|
||
|
#include <stddef.h>
|
||
|
|
||
|
namespace std {
|
||
|
enum class byte : unsigned char {};
|
||
|
}
|