home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / g / gina15.zip / demos / empty.C < prev    next >
C/C++ Source or Header  |  1992-02-27  |  175b  |  13 lines

  1. // @(#)empty.C    1.11 2/26/92
  2.  
  3. // Empty GINA application
  4.  
  5. #include <Gina/Gina.h>
  6.  
  7. void main(unsigned int argc, char **argv) {
  8.  
  9.     GnApplication app;
  10.  
  11.     app.run(argc,argv);
  12. }
  13.