Home
last modified time | relevance | path

Searched refs:kRCX_PlaySoundOp (Results 1 – 4 of 4) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/rcxlib/
H A DRCX_Cmd.h77 RCX_Cmd* MakePlaySound(UByte sound) { return Set(kRCX_PlaySoundOp, (UByte)(sound & 7)); } in MakePlaySound()
H A DRCX_Constants.h34 #define kRCX_PlaySoundOp 0x51 macro
/dports/lang/nbc/bricktools/
H A Drcx_constants.pas45 kRCX_PlaySoundOp = $51;
H A Drcx_cmd.pas496 result := TRcxCmd(SetVal(kRCX_PlaySoundOp, sound));