home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / hello2 / hello2.cxx < prev    next >
C/C++ Source or Header  |  1995-02-02  |  166b  |  14 lines

  1.  
  2.  
  3. #include "appwin.h"
  4. #include "ui/applic.h"
  5.  
  6. int UI_Application::Main (int, char* [])
  7. {
  8.     MakeTopWindow (new AppWindow);
  9.     Run();
  10.     return 0;
  11. }
  12.  
  13.  
  14.