00001 #if defined (_MSC_VER) && (_MSC_VER >= 1000) 00002 #pragma once 00003 #endif 00004 #ifndef _INC_ORGANISMSCHEDULER 00005 #define _INC_ORGANISMSCHEDULER 00006 00007 namespace mial 00008 { 00009 00010 class Organism; 00011 00012 00013 class OrganismScheduler 00014 { 00015 public: 00016 00017 simulateMultiOrganismSystem(); 00018 00019 protected: 00020 00021 Organism* organisms; 00022 00023 }; 00024 } // end namespace mial 00025 #include "OrganismScheduler.cxx" 00026 #endif /* _INC_ORGANISMSCHEDULER*/