Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
296 B

  1. #ifndef __GENCI_H__
  2. #define __GENCI_H__
  3. void FASTCALL __glGenInitCI(__GLcontext *gc, __GLcolorBuffer *cfb, GLenum type);
  4. void FASTCALL __glGenFreeCI(__GLcontext *gc, __GLcolorBuffer *cfb);
  5. GLuint FASTCALL ColorToIndex( __GLGENcontext *genGc, GLuint color );
  6. #endif /* !__GENCI_H__ */