+++ /dev/null
-/*\r
- * Mesa 3-D graphics library\r
- * Version: 3.4\r
- * Copyright (C) 1995-1998 Brian Paul\r
- *\r
- * This library is free software; you can redistribute it and/or\r
- * modify it under the terms of the GNU Library General Public\r
- * License as published by the Free Software Foundation; either\r
- * version 2 of the License, or (at your option) any later version.\r
- *\r
- * This library is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * Library General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU Library General Public\r
- * License along with this library; if not, write to the Free\r
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r
- */\r
-\r
-/*\r
- * DOS/DJGPP glut driver v1.0 for Mesa 4.0\r
- *\r
- * Copyright (C) 2002 - Borca Daniel\r
- * Email : dborca@yahoo.com\r
- * Web : http://www.geocities.com/dborca\r
- */\r
-\r
-\r
-#include "GL/glut.h"\r
-\r
-\r
-void APIENTRY glutBitmapCharacter (void *font, int character)\r
-{\r
-}\r
-\r
-\r
-int APIENTRY glutBitmapWidth (void *font, int character)\r
-{\r
- return 0;\r
-}\r
-\r
-\r
-void APIENTRY glutStrokeCharacter (void *font, int character)\r
-{\r
-}\r
-\r
-\r
-int APIENTRY glutStrokeWidth (void *font, int character)\r
-{\r
- return 0;\r
-}\r