ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw2d.h>
Data Fields | |
vertex_t | v0 |
vertex_t | v1 |
color_t | color |
color_t line_t::color |
Definition at line 21 of file draw2d.h.
Referenced by draw_line(), and draw_round_rect_outline().
vertex_t line_t::v0 |
Definition at line 19 of file draw2d.h.
Referenced by draw_line(), and draw_round_rect_outline().
vertex_t line_t::v1 |
Definition at line 20 of file draw2d.h.
Referenced by draw_line(), and draw_round_rect_outline().