File: n_compressorobject.sru
Size: 429
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$n_compressorobject.sru
$PBExportComments$Extension CompressorObject class
forward
global type n_compressorobject from pfc_n_compressorobject
end type
end forward

global type n_compressorobject from pfc_n_compressorobject
end type
global n_compressorobject n_compressorobject

on n_compressorobject.create
call super::create
end on

on n_compressorobject.destroy
call super::destroy
end on