1 // This file may be redistributed and modified only under the terms of
2 // the GNU Lesser General Public License (See COPYING for details).
3 // Copyright (C) 2003 - 2006 Simon Goodall
4 
5 #ifndef UTILITY_H
6 #define UTILITY_H 1
7 
8 #include "sage/header.h"
9 
10 SAGEAPI int isExtensionSupported(const char *, const GLubyte *extensions);
11 
12 #endif
13