/* * Name: OgreFindResultRoot.h * Project: OgreKit * * Creation Date: Apr 18 2004 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2003 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */ #import <OgreKit/OgreFindResultBranch.h> @interface OgreFindResultRoot : OgreFindResultBranch { id _component; } @end