Subversion Repositories public iLand

Rev

Rev 808 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef FORESTMANAGEMENTENGINE_H
#define FORESTMANAGEMENTENGINE_H
class QJSEngine;

/// the FOrestManagementEngine is the container for the agent based forest management engine.
class ForestManagementEngine
{
public:
    ForestManagementEngine();
    static QJSEngine *scriptEngine() const;
};

#endif // FORESTMANAGEMENTENGINE_H