diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-16 23:33:30 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-16 23:33:30 (GMT) |
| commit | 027649e85894b688d271d9b736d5ca204304de29 (patch) | |
| tree | 881e5ae7d289546fb100d9b4c926e9e33d61e40a /src/simulation/Simulation.h | |
| parent | 6f8e2c03456552bdd54355606b8b8389f884c06d (diff) | |
| download | powder-027649e85894b688d271d9b736d5ca204304de29.zip powder-027649e85894b688d271d9b736d5ca204304de29.tar.gz | |
lua simulation api functions for drawing with tools / deco
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index 5387f85..1b27bc7 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -160,7 +160,7 @@ public: int Tool(int x, int y, int tool, float strength = 1.0f); int ToolBrush(int x, int y, int tool, Brush * cBrush, float strength = 1.0f); void ToolLine(int x1, int y1, int x2, int y2, int tool, Brush * cBrush, float strength = 1.0f); - void ToolBox(int x1, int y1, int x2, int y2, int tool, Brush * cBrush, float strength = 1.0f); + void ToolBox(int x1, int y1, int x2, int y2, int tool, float strength = 1.0f); void CreateBox(int x1, int y1, int x2, int y2, int c, int flags); int FloodINST(int x, int y, int fullc, int cm); |
