#include "visapp.H"

// necessary to make global form xforms
// this variable is visible from ui.C
App *app;

int
main( void )
{
  app = new App();
  app->initGLforms();
  return 0;
}





