X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-board.h;fp=src%2Fttt-board.h;h=dd2b6eb14681ffff1f055eb1da94171e230f67ef;hp=0000000000000000000000000000000000000000;hb=cce891bb05118330ca609ac989491ad8a2fa7f71;hpb=d47633eb2c209422c89056ddc1f165c1d88efe77 diff --git a/src/ttt-board.h b/src/ttt-board.h new file mode 100644 index 0000000..dd2b6eb --- /dev/null +++ b/src/ttt-board.h @@ -0,0 +1,30 @@ +/* ttt.c - client-server tic-tac-toe game + * + * Copyright © 2005 Carl Worth + * + * 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. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * Author: Carl Worth + */ + +#ifndef _TTT_BOARD_H_ +#define _TTT_BOARD_H_ + +typedef struct _ttt_board { + /* XXX: Fill this out with appropriate fields. */ +} ttt_board_t; + +#endif +