diff options
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); |
