shithub: orca

ref: 44a39f8b8ecd778f6e01a1fc51441a48fcd46620
dir: /base.h/

View raw version
#pragma once
#include <assert.h>
#include <limits.h>
#include <ncurses.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

typedef char Term;
typedef uint32_t U32;
typedef int32_t I32;