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

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