mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Correct a comment: draw_rect_outline() uses draw_polygon()
This commit is contained in:
@ -385,7 +385,7 @@ void game_mkhighlight_specific(frontend *fe, float *ret,
|
|||||||
/* Randomly shuffles an array of items. */
|
/* Randomly shuffles an array of items. */
|
||||||
void shuffle(void *array, int nelts, int eltsize, random_state *rs);
|
void shuffle(void *array, int nelts, int eltsize, random_state *rs);
|
||||||
|
|
||||||
/* Draw a rectangle outline, using the drawing API's draw_line. */
|
/* Draw a rectangle outline, using the drawing API's draw_polygon. */
|
||||||
void draw_rect_outline(drawing *dr, int x, int y, int w, int h,
|
void draw_rect_outline(drawing *dr, int x, int y, int w, int h,
|
||||||
int colour);
|
int colour);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user