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
401 B
Plaintext
24 lines
401 B
Plaintext
/*****************************************************************
|
|
*
|
|
* HyperStudio NBA
|
|
*
|
|
* This is the resource file for nba.cc.
|
|
*
|
|
* By Mike Westerfield
|
|
*
|
|
* Copyright 1993
|
|
* Byte Works, Inc.
|
|
*
|
|
*****************************************************************/
|
|
|
|
#include "types.rez"
|
|
|
|
read $8017($7FF0, convert) "nba";
|
|
|
|
resource rResName ($00018017) {
|
|
1,
|
|
{
|
|
$7FF0, "Beep";
|
|
}
|
|
};
|