00001 // IunctusSimulator.h: interface for the IunctusSimulator class. 00002 // 00004 00005 #ifndef IUNCTUSSIMULATOR_H 00006 #define IUNCTUSSIMULATOR_H 00007 00008 00009 #include "Simulator.h" 00010 #include "Iunctus.h" 00011 00014 class IunctusSimulator : public Simulator { 00015 public: 00016 IunctusSimulator(); 00017 virtual ~IunctusSimulator(); 00018 00019 void init(); 00020 00021 Iunctus* agent; 00022 00023 virtual void detectContacts(); 00024 00025 }; 00026 00027 #endif //IUNCTUSSIMULATOR_H
Thyrix homepage Users' guide
(C) Arxia 2004-2005