subclass RlmInfoBar of Plane
{
	scratch         = $0
	pModule         = $ffff		; -1
	pLine           = $ffff		; -1
	top             = $0
	left            = $0
	bottom          = $0
	right           = $0
	canTrack        = $0
	canDrag         = $0
	state           = $0
	back            = $0
	resX            = $280		; 640, disposeWhenDone
	resY            = $1e0		; 480, isControl
	vanishingX      = $0
	vanishingY      = $0
	coordType       = $0
	picture         = $ffff		; -1
	style           = $0
	priority        = $1f4		; 500, setView
	bitmap          = $0
	casts           = $0
	mirrored        = $0
	fore            = $0
	pOldPri         = $0
	pBar            = $0
	pEgoBoxSet      = $0
	pLeftBoxSet     = $0
	pRightBoxSet    = $0
	pLeftBoxSize    = $0
	pRightBoxSize   = $0
	pCast           = $0
	pText           = $0

	init()
	dispose()
	setBarText()
	updateBar()
	deleteStatusBox()
}

string_0058	= "%s"
string_005b	= "%s: Dead"
string_0064	= "%s %d"
string_006a	= "Error"
string_0070	= "RlmInfoBar"

