File: w_splash.srw
Size: 330
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$w_splash.srw
$PBExportComments$Extension Splash window
forward
global type w_splash from pfc_w_splash
end type
end forward

global type w_splash from pfc_w_splash
end type
global w_splash w_splash

on w_splash.create
call super::create
end on

on w_splash.destroy
call super::destroy
end on