File: u_cst_canvas.sru
Size: 376
Date: Mon, 31 Dec 2018 21:14:38 +0100
$PBExportHeader$u_cst_canvas.sru
forward
global type u_cst_canvas from u_canvas
end type
end forward

global type u_cst_canvas from u_canvas
end type
global u_cst_canvas u_cst_canvas

type prototypes

end prototypes

type variables

end variables

on u_cst_canvas.create
call super::create
end on

on u_cst_canvas.destroy
call super::destroy
end on