#pragma once #include #include #include #include #include #include #include #include typedef char Term; typedef uint32_t U32; typedef int32_t I32; typedef uint64_t U64; typedef int64_t I64; typedef struct { Term* buffer; U32 height; U32 width; } Field;