Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

industrialsim.h

00001 /***************************************************************************
00002                           industrialsim.h  -  description
00003       $Id: industrialsim.h 3 2006-06-11 08:16:14Z neoneurone $
00004                              -------------------
00005     begin                : dim fév 1 2004
00006     copyright            : (C) 2004 by Duong-Khang NGUYEN
00007     email                : neoneurone @ users sourceforge net
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   any later version.                                                    *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #ifndef _OPENCITY_INDUSTRIALSIM_H_
00020     #define _OPENCITY_INDUSTRIALSIM_H_ 1
00021 
00022     #include "main.h"
00023 
00024     #include "simulator.h"
00025 
00026 
00029 class IndustrialSim : public Simulator  {
00030 public:
00031     IndustrialSim(
00032         SDL_mutex* mutex,
00033         BuildingLayer* pblayer,
00034         Map* pmap );
00035     ~IndustrialSim();
00036 
00037     int
00038     Main();
00039 
00040     void
00041     RemoveStructure(
00042         const uint & w1,
00043         const uint & h1,
00044         const uint & w2,
00045         const uint & h2 );
00046 
00047 
00048 };
00049 
00050 #endif
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
00062 
00063 
00064 
00065 
00066 
00067 
00068 
00069 
00070 
00071 
00072 
00073 
00074 
00075 
00076 
00077 
00078 
00079 
00080 
00081 
00082 
00083 
00084 
00085 

Generated on Sat Nov 11 10:21:10 2006 for OpenCity by  doxygen 1.4.2