/*
 * Name: OgreKit.h
 * Project: OgreKit
 *
 * Creation Date: Sep 7 2003
 * 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 <Foundation/Foundation.h>

#ifndef NOT_RUBY
#	define NOT_RUBY
#endif
#ifndef HAVE_CONFIG_H
#	define HAVE_CONFIG_H
#endif
#import <oniguruma.h>

/* Regular Expressions */
#import <OgreKit/OGRegularExpression.h>
#import <OgreKit/OGRegularExpressionEnumerator.h>
#import <OgreKit/OGRegularExpressionMatch.h>
#import <OgreKit/OGRegularExpressionCapture.h>
#import <OgreKit/OGRegularExpressionFormatter.h>
#import <OgreKit/OGReplaceExpression.h>
#import <OgreKit/NSString_OgreKitAdditions.h>
#import <OgreKit/OGString.h>
#import <OgreKit/OGMutableString.h>
/* Find Panel */
// Models
#import <OgreKit/OgreTextFinder.h>
#import <OgreKit/OgreTextFindThread.h>
#import <OgreKit/OgreTextFindComponent.h>
#import <OgreKit/OgreTextFindLeaf.h>
#import <OgreKit/OgreTextFindBranch.h>
#import <OgreKit/OgreTextFindComponentEnumerator.h>
#import <OgreKit/OgreTextFindReverseComponentEnumerator.h>
#import <OgreKit/OgreTextFindResult.h>
#import <OgreKit/OgreFindResultLeaf.h>
#import <OgreKit/OgreFindResultBranch.h>
// Views
#import <OgreKit/OgreTextView.h>
#import <OgreKit/OgreTableView.h>
#import <OgreKit/OgreTableColumn.h>
#import <OgreKit/OgreOutlineView.h>
#import <OgreKit/OgreOutlineColumn.h>
// Controllers
#import <OgreKit/OgreTextFindProgressSheet.h>
#import <OgreKit/OgreFindResultWindowController.h>
#import <OgreKit/OgreFindPanelController.h>


syntax highlighted by Code2HTML, v. 0.9.1