#ifndef __INIT_H__ #define __INIT_H__ #include "include.h" /* function decls */ #ifdef WIN32 HGLRC SetupGL(); #endif /* WIN32 */ void InitGL(); void InitStates(); void InitEvent(); int InitTcl(Tcl_Interp *interp); /* globals */ #ifdef WIN32 extern HDC ghDC; #endif /* WIN32 */ #endif /* __INIT_H__ */