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