00001 00020 #ifndef __CHECKERBOARD_STENCIL 00021 #define __CHECKERBOARD_STENCIL 00022 00023 #ifdef __cplusplus 00024 extern "C" { 00025 #endif 00026 00027 void checkerboard_stencil(int gliWindowWidth, int gliWindowHeight); 00028 00029 #ifdef __cplusplus 00030 } 00031 #endif 00032 00033 #endif 00034