include/nrEngine.h

00001 /***************************************************************************
00002  *                                                                         *
00003  *   (c) Art Tevs, MPI Informatik Saarbruecken                             *
00004  *       mailto: <tevs@mpi-sb.mpg.de>                                      *
00005  *                                                                         *
00006  *   This program is free software; you can redistribute it and/or modify  *
00007  *   it under the terms of the GNU General Public License as published by  *
00008  *   the Free Software Foundation; either version 2 of the License, or     *
00009  *   (at your option) any later version.                                   *
00010  *                                                                         *
00011  ***************************************************************************/
00012 
00013 #ifndef __NR_ENGINE_H_
00014 #define __NR_ENGINE_H_
00015 
00016 /*--------------------------------------------------------------------------
00017  * Includes
00018  *------------------------------------------------------------------------*/
00019 #include "Prerequisities.h"
00020 #include "Profiler.h"
00021 #include "Property.h"
00022 #include "PropertyManager.h"
00023 #include "Priority.h"
00024 #include "ITask.h"
00025 #include "Kernel.h"
00026 #include "Engine.h"
00027 #include "Exception.h"
00028 #include "Log.h"
00029 #include "Clock.h"
00030 #include "ResourceSystem.h"
00031 #include "PluginLoader.h"
00032 #include "Plugin.h"
00033 #include "IStream.h"
00034 #include "FileSystemManager.h"
00035 #include "FileStream.h"
00036 
00037 #include "ScriptEngine.h"
00038 #include "ScriptConnector.h"
00039 #include "IScript.h"
00040 #include "Script.h"
00041 #include "EventManager.h"
00042 #include "Package.h"
00043 #include "Event.h"
00044 #include "EventActor.h"
00045 #include "EventChannel.h"
00046 
00047 #endif

Generated on Wed Sep 12 23:19:42 2007 for nrEngine by  doxygen 1.5.1