File: w_splash.srw
Size: 329
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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