remove old files add new sources
[mancala] / src / graphics.h
diff --git a/src/graphics.h b/src/graphics.h
deleted file mode 100644 (file)
index d4103f9..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*  
- *  Graphics Routines Header -- graphics.h
- *  $Id: graphics.h,v 1.1.2.10 2004/01/14 05:08:58 sparrow_hawk Exp $
- *
- *  Copyright (C) 2003 Kevin Riggle 
- *  http://cmancala.sourcefoge.net
- *
- *  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, a copy of which may be found in
- *  the file COPYING provided in the main directory of this release.
- *
- */
-
-extern SDL_Surface *LoadRes(char *filename);
-extern SDL_Rect SurfaceToRect(SDL_Surface *src);
-extern SDL_Surface *DrawBoard(int *aiBoard, int *humanBoard,
-                        TTF_Font *board_font, TTF_Font *home_font,
-                        SDL_Surface *tile, SDL_Surface **stone_gfx,
-                       int active, int highlight);
-
-
-/*  End graphics.h  */