home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 March / ENTER.ISO / files / fwp-0.0.6-win32-installer.exe / SoundCCmds.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-12-06  |  242 b   |  15 lines

  1. #ifndef __SoundCCmds_h__
  2. #define __SoundCCmds_h__
  3.  
  4. #include "CCmd.h"
  5.  
  6. class CCmdSoundRestart:public CCmd{
  7. public:
  8.     CCmdSoundRestart();
  9.     ~CCmdSoundRestart();
  10.  
  11.     bool exec(int argc, char* argv[]);
  12. };
  13.  
  14. #endif    /* __SoundCCmds_h__ */
  15.