/* GED - a graphics editor for a sun workstation. written by Iain Fogg, Computer Science Department, University of Queensland. 1987. modified by Jeremy Gates, Computer Science Department, University of Queensland. 1988. Ported from SunTools to X Windows by Tony Gedge, Computer Science Department, University of Queensland. 1989. Further work - animation techniques - by Gitesh K. Raikundalia, Department of Computer Science, University of Newcastle, 1992. Modify xged with animation techniques -- by Wei Lai Department of Computer Science, University of Newcastle, 1993. */ /* Added X Windows Toolkit include files for the Intrinsics */ /* No widgets are used in this module, so that's all we need to include */ #include #include /* End of X Windows Toolkit include files */ #include "ged.h" point *hash[GRID * GRID]; void main ( int argc, char *argv[] ) { ds_init ( hash ); init_views ( argc, argv ); }