Subversion Repositories public iLand

Rev

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

#ifndef THINNING_H
#define THINNING_H

#include "activity.h"
namespace AMIE {

class Thinning : public Activity
{
public:
    void setup(QJSValue value);
};

}


#endif // THINNING_H