summaryrefslogtreecommitdiff
path: root/src/simulation/Simulation.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-24 12:03:28 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-24 12:03:28 (GMT)
commite65e222f2ccbf60a4c224bbe29884ebb1001cfd7 (patch)
treef987b4cf48934bb8c4c2049324df34ba5d934c06 /src/simulation/Simulation.h
parent64ebd1117b2adfb117c3974ee73ddbe3df0b6c02 (diff)
downloadpowder-e65e222f2ccbf60a4c224bbe29884ebb1001cfd7.zip
powder-e65e222f2ccbf60a4c224bbe29884ebb1001cfd7.tar.gz
Integer values for prefs, Default decoration colour, clear decoration
Diffstat (limited to 'src/simulation/Simulation.h')
-rw-r--r--src/simulation/Simulation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h
index e4e4120..d4f43f2 100644
--- a/src/simulation/Simulation.h
+++ b/src/simulation/Simulation.h
@@ -173,8 +173,8 @@ public:
void CreateWallLine(int x1, int y1, int x2, int y2, int rx, int ry, int c, int flags, Brush * cBrush = NULL);
void ApplyDecoration(int x, int y, int colR, int colG, int colB, int colA, int mode);
- void ApplyDecorationPoint(int x, int y, int rx, int ry, int colR, int colG, int colB, int colA, int mode, Brush * cBrush = NULL);
- void ApplyDecorationLine(int x1, int y1, int x2, int y2, int rx, int ry, int colR, int colG, int colB, int colA, int mode, Brush * cBrush = NULL);
+ void ApplyDecorationPoint(int x, int y, int colR, int colG, int colB, int colA, int mode, Brush * cBrush = NULL);
+ void ApplyDecorationLine(int x1, int y1, int x2, int y2, int colR, int colG, int colB, int colA, int mode, Brush * cBrush = NULL);
void ApplyDecorationBox(int x1, int y1, int x2, int y2, int colR, int colG, int colB, int colA, int mode);
void *transform_save(void *odata, int *size, matrix2d transform, vector2d translate);