Core Native GBA 0.0.17
create your own game-engine with just lua for nitendo game boy advance console.
|
#include "zeebo.h"
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) |
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.