#pragma once #include void gfx_fill_rect(EFI_GRAPHICS_OUTPUT_BLT_PIXEL* buf, UINT32 buf_w, UINT32 buf_h, UINT32 x, UINT32 y, UINT32 w, UINT32 h, EFI_GRAPHICS_OUTPUT_BLT_PIXEL color); void gfx_draw_rect(EFI_GRAPHICS_OUTPUT_BLT_PIXEL* buf, UINT32 buf_w, UINT32 buf_h, UINT32 x, UINT32 y, UINT32 w, UINT32 h, EFI_GRAPHICS_OUTPUT_BLT_PIXEL color);