#ifndef TKGLUT_H #define TKGLUT_H #include "tcltk.h" void tkglut_on (int interval_in_ms=100); void tkglut_off(); #endif