Another game from James H: `Black Box'.

[originally from svn r6100]
This commit is contained in:
Simon Tatham
2005-07-17 08:44:18 +00:00
parent 931a7ca45f
commit e12017b291
5 changed files with 153 additions and 4 deletions

View File

@ -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
*/