#ifndef BFW_UTILITY_H #define BFW_UTILITY_H #include "stdint.h" typedef struct { int16_t Top; int16_t Left; int16_t Right; int16_t Bottom; } OniRectangle; #endif