/* * Name: OGMutablePlainString.h * Project: OgreKit * * Creation Date: Sep 22 2004 * Author: Isao Sonobe <sonoisa (AT) muse (DOT) ocn (DOT) ne (DOT) jp> * Copyright: Copyright (c) 2004 Isao Sonobe, All rights reserved. * License: OgreKit License * * Encoding: UTF8 * Tabsize: 4 */ #import <OgreKit/OGMutableString.h> #import <OgreKit/OGPlainString.h> @interface OGMutablePlainString : OGPlainString <OGMutableStringProtocol> { } @end