Core Native GBA 0.0.17
create your own game-engine with just lua for nitendo game boy advance console.
Loading...
Searching...
No Matches
draw_rect.c File Reference
#include "zeebo.h"
Include dependency graph for draw_rect.c:

Go to the source code of this file.

Functions

void draw_cmd_rect (uint8_t x, uint8_t y, uint8_t w, uint8_t h)
 

Function Documentation

◆ draw_cmd_rect()

void draw_cmd_rect ( uint8_t x,
uint8_t y,
uint8_t w,
uint8_t h )

Definition at line 3 of file draw_rect.c.