/*************************************************************************** file : openglconfig.cpp created : Fri Jun 3 12:52:07 CET 2004 copyright : (C) 2005 Bernhard Wymann email : berniw@bluewin.ch version : $Id: openglconfig.h,v 1.1 2005/06/03 23:51:19 berniw Exp $ ***************************************************************************/ /*************************************************************************** * * * 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 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /** @file @version $Id: openglconfig.h,v 1.1 2005/06/03 23:51:19 berniw Exp $ */ #ifndef _OPENGLCONFIG_H_ #define _OPENGLCONFIG_H_ extern void *OpenGLMenuInit(void *prevMenu); #endif // _OPENGLCONFIG_H_