mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-01 13:29:32 +00:00
ab975b611c
These are the samples from ORCA/C 2.1.0, converted to LF line endings.
24 lines
394 B
Plaintext
24 lines
394 B
Plaintext
/*****************************************************************
|
|
*
|
|
* HyperCard XCMD
|
|
*
|
|
* This is the resource file for xcmd.cc.
|
|
*
|
|
* By Mike Westerfield
|
|
*
|
|
* Copyright 1993
|
|
* Byte Works, Inc.
|
|
*
|
|
*****************************************************************/
|
|
|
|
#include "types.rez"
|
|
|
|
read $801E(1, convert) "xcmd";
|
|
|
|
resource rResName ($0001801E) {
|
|
1,
|
|
{
|
|
1, "Beep";
|
|
}
|
|
};
|