summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorJapa2010-06-26 13:09:40 +0000
committerJapa2010-06-26 13:09:40 +0000
commit78d235be81ea6f54e6270cb2bcb26a38a52b24a8 (patch)
treeed695430075d22cf0982bd5eba1330650f28ba32 /ContentLoader.h
parentc4928171fc215e6dc55086a5867dcaecbb6a033a (diff)
downloadstonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.gz
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.bz2
stonesense-78d235be81ea6f54e6270cb2bcb26a38a52b24a8.tar.xz
updated to the latest DFhack, debugmode also seems to be working.
also updated the building XMLs
Diffstat (limited to 'ContentLoader.h')
-rw-r--r--ContentLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentLoader.h b/ContentLoader.h
index 01365ae..b5df592 100644
--- a/ContentLoader.h
+++ b/ContentLoader.h
@@ -24,7 +24,7 @@ public:
ContentLoader(void);
~ContentLoader(void);
- bool Load(API& DF);
+ bool Load( DFHack::Context& DF);
vector<BuildingConfiguration> buildingConfigs;
vector<vector<CreatureConfiguration>*> creatureConfigs;