home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / beos / utils / skey-1.000 / SKey-1.4.3 / Source / Sources / SKey.cc < prev    next >
C/C++ Source or Header  |  1997-04-09  |  94b  |  11 lines

  1. #include "SKeyApp.h"
  2.  
  3. int main()
  4. {
  5.     SKeyApp *app = new SKeyApp;
  6.     
  7.     app->Run();
  8.     
  9.     return 0;
  10. }
  11.