diff options
| author | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-01-27 05:52:06 +0100 |
| commit | 66115070844f3bc1ae3f9142e43f7c110aa18159 (patch) | |
| tree | 661a3c27bcdc105ea890e117dfb1f3790e5a0c0c /Constructions.h | |
| parent | 92627e39cb3502812cd5a131716d3d1da8ef625a (diff) | |
| download | stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.gz stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.bz2 stonesense-66115070844f3bc1ae3f9142e43f7c110aa18159.tar.xz | |
Major stonesense fixage.
Diffstat (limited to 'Constructions.h')
| -rw-r--r-- | Constructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Constructions.h b/Constructions.h index b4769aa..b98127c 100644 --- a/Constructions.h +++ b/Constructions.h @@ -3,4 +3,4 @@ bool IDisConstruction(int in);
-void changeConstructionMaterials(WorldSegment* segment, vector<t_construction>* allConstructions);
\ No newline at end of file +void changeConstructionMaterials(WorldSegment* segment, vector<df::construction>* allConstructions);
\ No newline at end of file |
