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_line.c File Reference
#include "zeebo.h"
Include dependency graph for draw_line.c:

Go to the source code of this file.

Functions

void draw_cmd_line (uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2)
 

Function Documentation

◆ draw_cmd_line()

void draw_cmd_line ( uint8_t x1,
uint8_t y1,
uint8_t x2,
uint8_t y2 )

Definition at line 3 of file draw_line.c.