mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
10 lines
210 B
R
10 lines
210 B
R
|
#include "MixedMode.r"
|
||
|
|
||
|
type 'WDEF' as 'rdes';
|
||
|
|
||
|
resource 'WDEF' (129) {
|
||
|
0x00003BB0, // ProcInfo
|
||
|
$$Read("WDEF.pef") // Specify name of PEF file
|
||
|
};
|
||
|
|