/* * Name: OgreTextFindRoot.h * Project: OgreKit * * Creation Date: Sep 26 2003 * Author: Isao Sonobe * Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */ #import #import @interface OgreTextFindRoot : OgreTextFindBranch { NSObject *_component; } - (id)initWithComponent:(NSObject *)aComponent; @end