File: w_splash.srw
Size: 327
Date: Tue, 22 Jan 2008 23:32:10 +0100
$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