diff options
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index ba9fa1a..98c5025 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -117,6 +117,12 @@ public: int pretty_powder; int sandcolour; int sandcolour_frame; + static int loverule[9][9]; + bool ISLOVE; + int love[XRES/9][YRES/9]; + static int lolzrule[9][9]; + bool ISLOLZ; + int lolz[XRES/9][YRES/9]; int Load(GameSave * save); int Load(int x, int y, GameSave * save); @@ -204,6 +210,7 @@ public: Simulation(); ~Simulation(); }; + //#endif #endif /* SIMULATION_H_ */ |
