SGDK
A free and open development kit for the Sega Mega Drive
|
#include <bmp.h>
Public Attributes | |
Vect2D_s16 | pt1 |
Vect2D_s16 | pt2 |
u16 | col |
Line definition.
pt1 | Start point. |
pt2 | End point. |
col | Color (should be 8 bits filled: 0x0000, 0x0011, .. for plain color). we use u16 for alignment optimization |