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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-12-06
|
242 b
|
15 lines
#ifndef __SoundCCmds_h__
#define __SoundCCmds_h__
#include "CCmd.h"
class CCmdSoundRestart:public CCmd{
public:
CCmdSoundRestart();
~CCmdSoundRestart();
bool exec(int argc, char* argv[]);
};
#endif /* __SoundCCmds_h__ */