File: u_animation.sru
Size: 313
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$u_animation.sru
forward
global type u_animation from pfc_u_animation
end type
end forward

global type u_animation from pfc_u_animation
end type
global u_animation u_animation

on u_animation.create
call super::create
end on

on u_animation.destroy
call super::destroy
end on