X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=grid.h;h=b73e9b2a8aabc618e14d8d2ecfa36421f527e18f;hb=HEAD;hp=e5b3d1e09b12164db08851f552f62a9bf621aece;hpb=c0136554ee870455bf1d1b527d7a724beda989b3;p=wordgame diff --git a/grid.h b/grid.h index e5b3d1e..b73e9b2 100644 --- a/grid.h +++ b/grid.h @@ -1,7 +1,7 @@ /* * Copyright © 2006 Carl Worth * - * This program is free software; you can redistribute it and\/or modify + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. @@ -43,6 +43,10 @@ typedef struct _grid { void grid_init (grid_t *grid, int size); +void +grid_set_letters (grid_t *grid, + const char *letters); + char * grid_string (grid_t *grid);