diff options
| author | Petr Mrázek | 2012-02-27 17:44:09 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-27 17:44:09 +0100 |
| commit | ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9 (patch) | |
| tree | 04052da84dee32c944dc3d8e9a4167102cc2b8e9 /Constructions.h | |
| parent | 09476326db2b0613e6120fa83146e004b6d92dda (diff) | |
| download | stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.gz stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.bz2 stonesense-ca35c82579d1e3e0ce227ccdaeb71c2a6dbf1cb9.tar.xz | |
Get rid of a bunch of things. Simpler map segment update mechanism.
Diffstat (limited to 'Constructions.h')
| -rw-r--r-- | Constructions.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Constructions.h b/Constructions.h index b98127c..7297f43 100644 --- a/Constructions.h +++ b/Constructions.h @@ -1,6 +1,3 @@ #pragma once
-
-bool IDisConstruction(int in);
-
void changeConstructionMaterials(WorldSegment* segment, vector<df::construction>* allConstructions);
\ No newline at end of file |
