/***********************************************************
標準の警告音を鳴らす
【2006/11/20 更新】
***********************************************************/
#ifndef __GM_BEEP__
#define global __GM_BEEP__
#include "user32.as"
#module
#deffunc bell
MessageBeep 0
return
#global
#endif
|