Add Cyclone Tool and Brush X/Y Arguments (#542)

This commit is contained in:
jombo23
2018-02-13 00:08:00 -05:00
committed by jacob1
parent 30b8078ad2
commit 0a63e1afb5
12 changed files with 62 additions and 14 deletions

View File

@@ -194,7 +194,7 @@ class {0}: public SimTool
public:
{0}();
virtual ~{0}();
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength);
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, int brushX, int brushY, float strength);
}};
""".format(className, str.join("\n", classMembers))