diff options
| author | Japa | 2010-04-23 07:21:07 +0000 |
|---|---|---|
| committer | Japa | 2010-04-23 07:21:07 +0000 |
| commit | d3d7c87b579fd7327a948690b45182b234af5757 (patch) | |
| tree | 3502f3143974de82bc35f73ff8aa4439cdbfe707 /ContentLoader.h | |
| parent | 887f9aa0ea41bd33aad6e042c524f4b3d9bb45a3 (diff) | |
| download | stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.gz stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.bz2 stonesense-d3d7c87b579fd7327a948690b45182b234af5757.tar.xz | |
changed some constructions to make them more uniform
updated levers
fixed the keyboard input.
updated to the latest DFhack, added temperature viewing.
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 05d202f..10585ea 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -37,12 +37,10 @@ public: vector<t_matgloss> organicMaterials; vector<t_matgloss> creatureMaterials;
- map <uint32_t, BuildingConfiguration> customBuildingConfigs;
- map <uint32_t, string> custom_workshop_types;
-
vector<string> classIdStrings;
vector<string> professionStrings;
memory_info *memoryInfo;
+ DFHack::Buildings * Bld;
};
//singleton instance
|
