#ifndef __TclGridObjectWrapper_h_ #define __TclGridObjectWrapper_h_ #include "GridFiller.h" /* This will install several commands for dealing with grids and prototypes. */ void installGridObjectWrapper(Tcl_Interp *interp, GridFiller *gridFiller); #endif