diff options
| author | Japa | 2010-04-15 06:01:49 +0000 |
|---|---|---|
| committer | Japa | 2010-04-15 06:01:49 +0000 |
| commit | 41a76c7d2933c720ac629c69cb4ac42e4d29a5c0 (patch) | |
| tree | 9cf69b47f149dbac73f9b28899ff2fb817933262 /ContentLoader.h | |
| parent | 6080b32c19d36729b5293d71502b2aa101b8e215 (diff) | |
| download | stonesense-41a76c7d2933c720ac629c69cb4ac42e4d29a5c0.tar.gz stonesense-41a76c7d2933c720ac629c69cb4ac42e4d29a5c0.tar.bz2 stonesense-41a76c7d2933c720ac629c69cb4ac42e4d29a5c0.tar.xz | |
started working on getting custom buildings to work. not done yet, but backups are God.
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 2e1a325..05d202f 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -37,6 +37,9 @@ 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;
|
