diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-03 21:38:22 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-03 21:38:22 (GMT) |
| commit | 3bbaa1a111e3770d2ce9b04f4b0f9688948d3e85 (patch) | |
| tree | 662d315093f4025c2970e7c6264cfe88effd4e7f /src/simulation/SimulationData.h | |
| parent | 732b9d6a0d16f94cd1c39f8e023e369c5837bb9c (diff) | |
| download | powder-3bbaa1a111e3770d2ce9b04f4b0f9688948d3e85.zip powder-3bbaa1a111e3770d2ce9b04f4b0f9688948d3e85.tar.gz | |
Decoration tools - no way to set colour yet
Diffstat (limited to 'src/simulation/SimulationData.h')
| -rw-r--r-- | src/simulation/SimulationData.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/simulation/SimulationData.h b/src/simulation/SimulationData.h index ee31aea..c093d5c 100644 --- a/src/simulation/SimulationData.h +++ b/src/simulation/SimulationData.h @@ -17,9 +17,10 @@ #define SC_SPECIAL 9 #define SC_LIFE 10 #define SC_TOOL 11 +#define SC_DECO 12 #define SC_CRACKER 13 #define SC_CRACKER2 14 -#define SC_TOTAL 12 +#define SC_TOTAL 13 #define UI_WALLSTART 222 #define UI_ACTUALSTART 122 @@ -54,6 +55,12 @@ #define WL_GRAV 142 #define WL_ALLOWENERGY 145 +#define DECO_DRAW 0 +#define DECO_ADD 1 +#define DECO_SUBTRACT 2 +#define DECO_MULTIPLY 3 +#define DECO_DIVIDE 4 + #ifndef SIMULATIONDATA_H_ #define SIMULATIONDATA_H_ |
