blob: fba8d2f2b8c7ed9d5c433665ed0d6a92e1cec37a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Copyright (c) 2001, Stanford University
* All rights reserved.
*
* See the file LICENSE.txt for information on redistributing this software.
*/
#ifndef CR_PACKER_EXTENSIONS_H
#define CR_PACKER_EXTENSIONS_H
int __packTexParameterNumParams( GLenum pname );
int __packFogParamsLength( GLenum pname );
#endif /* CR_PACKER_EXTENSION_H */
|