RealmFiles/Heap/Heap777.txt

24 lines
441 B
Plaintext

subclass Dialog of Set
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
}
subclass ScreenDialog of Dialog
{
scratch = $0
pModule = $ffff ; -1
pLine = $ffff ; -1
elements = $0
size = $0
nextNode = $0
}
string_0042 = "Dialog"
string_0049 = "ScreenDialog"