summaryrefslogtreecommitdiff
path: root/ContentLoader.h
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-10 18:48:13 +0100
committerPetr Mrázek2012-03-10 18:48:13 +0100
commitf05386bae01d1840bdc889f30253ed50ee892860 (patch)
treeb5c0745c84c4d2a69c0e93aa9db8148eeb2eb740 /ContentLoader.h
parent96bbfa604d1835df993602cbf46ca6bb0a28e6bd (diff)
downloadstonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.gz
stonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.bz2
stonesense-f05386bae01d1840bdc889f30253ed50ee892860.tar.xz
Plugin API changes
No more Core propagation!
Diffstat (limited to 'ContentLoader.h')
-rw-r--r--ContentLoader.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ContentLoader.h b/ContentLoader.h
index 91c839d..ff5e50d 100644
--- a/ContentLoader.h
+++ b/ContentLoader.h
@@ -27,7 +27,7 @@ public:
ContentLoader(void);
~ContentLoader(void);
- bool Load( DFHack::Core& DF);
+ bool Load();
bool reload_configs();
@@ -44,7 +44,6 @@ public:
vector<string> professionStrings;
std::map <uint32_t, std::string> custom_workshop_types;
- VersionInfo *MemInfo;
DFHack::Materials * Mats;
std::vector<t_matgloss> organic;
std::vector<t_matglossInorganic> inorganic;