mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Another game from James H: `Black Box'.
[originally from svn r6100]
This commit is contained in:
@ -230,6 +230,10 @@ void game_mkhighlight(frontend *fe, float *ret,
|
||||
/* Randomly shuffles an array of items. */
|
||||
void shuffle(void *array, int nelts, int eltsize, random_state *rs);
|
||||
|
||||
/* Draw a rectangle outline, using the frontend's draw_line. */
|
||||
void draw_rect_outline(frontend *fe, int x, int y, int w, int h,
|
||||
int colour);
|
||||
|
||||
/*
|
||||
* version.c
|
||||
*/
|
||||
|
Reference in New Issue
Block a user