diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:32:05 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 14:32:05 (GMT) |
| commit | 2189d298a7ae718b9d483cc3925bcb8fee854281 (patch) | |
| tree | b5922ae28bb578b926c2856f1681f1b08392777f /src/simulation/Simulation.h | |
| parent | fad383f3923cc04fb8b2ecd7a72cf5406832cf5d (diff) | |
| download | powder-2189d298a7ae718b9d483cc3925bcb8fee854281.zip powder-2189d298a7ae718b9d483cc3925bcb8fee854281.tar.gz | |
TPT: Move INST flood fill into a separate function 36de2f19f5
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 0e6c66f..b47fde6 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -160,6 +160,7 @@ public: void ToolBox(int x1, int y1, int x2, int y2, int tool, Brush * cBrush); void CreateBox(int x1, int y1, int x2, int y2, int c, int flags); + int FloodINST(int x, int y, int fullc, int cm); int FloodParts(int x, int y, int c, int cm, int bm, int flags); //Create particles from brush/mask int CreateParts(int positionX, int positionY, int c, Brush * cBrush); |
