[Plib-cvs] plib/src/pui pu.h,1.144,1.145
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-02-28 01:03:10
|
Update of /cvsroot/plib/plib/src/pui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23821/plib/src/pui Modified Files: pu.h Log Message: Added puAux library. Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- pu.h 17 Feb 2004 01:43:21 -0000 1.144 +++ pu.h 28 Feb 2004 00:54:04 -0000 1.145 @@ -1,340 +1,341 @@ -/* - PLIB - A Suite of Portable Game Libraries - Copyright (C) 1998,2002 Steve Baker - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of [...4040 lines suppressed...] + + puSelectBox ( int minx, int miny, int maxx, int maxy, + char **list ) ; +} ; @@ -2078,9 +2129,9 @@ #else # define PU_USE_GLUT #endif - -#endif - + +#endif + // Roll out the code and define puInit |