home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / Pedestal / Source / Sources / Commands / PedCommandAbout.cc < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-24  |  216 b   |  16 lines

  1. /*    ==================
  2.  *    PedCommandAbout.cc
  3.  *    ==================
  4.  */
  5.  
  6. #include "PedestalDebugging.h"
  7.  
  8. #include "PedCommandAbout.hh"
  9. #include "PedApplication.hh"
  10.  
  11. void
  12. PedCommandAbout::Execute()
  13. {
  14.     mApp.DoAbout();
  15. }
  16.