#pragma once
#include <stdint.h>
//typedef unsigned __int8 uint8_t;
//typedef unsigned __int16 uint16_t;
typedef uint8_t byte;
typedef uint16_t word;