#ifndef NOTCL
#include <tcl.h>
#include <tk.h>
#if TK_MAJOR_VERSION==8 && TK_MINOR_VERSION>=4
#define tcl_const const
#else
#define tcl_const
#endif
#endif
#include <GL/gl.h>
#include <GL/glu.h>
#ifndef NOTCL
#include "../../togl/togl.h"
#endif
#ifndef GL_CLAMP_TO_EDGE
#define GL_CLAMP_TO_EDGE 0x812F
#endif