source: GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoTool.cpp @ 774

Revision 774, 289 bytes checked in by gumbau, 18 years ago (diff)

GTGeometry and GeoTool? initial imports

Line 
1#include "GeoMeshViewUI.h"
2
3using namespace fltk;
4
5GeoMeshViewUI   *interface;
6
7float incrementa(float i) { return interface->updateProgressBar(i);  }
8
9
10int main(int argc, char **argv)
11{
12        interface       =       new GeoMeshViewUI(incrementa);
13       
14        interface->show();
15
16  return run();
17}
18
Note: See TracBrowser for help on using the repository browser.