#ifndef M_OLIB_H #define M_OLIB_H #include "types.h" #include "libu64/u64types.h" typedef struct rect_s { int top, bottom; int l, r; } rect; #endif