diff options
| author | Petr Mrázek | 2010-08-31 04:51:10 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2010-08-31 04:51:10 +0000 |
| commit | 0db450e5380942e418e6ca668a226536ee1bab3b (patch) | |
| tree | b36fe55151f9f0c945dadb92f3e9c26bd78f2432 /ContentLoader.h | |
| parent | 068b449bee9708f8ad3961b7ca90bbbed896c42c (diff) | |
| download | stonesense-0db450e5380942e418e6ca668a226536ee1bab3b.tar.gz stonesense-0db450e5380942e418e6ca668a226536ee1bab3b.tar.bz2 stonesense-0db450e5380942e418e6ca668a226536ee1bab3b.tar.xz | |
Update linux DFHack stuff
Diffstat (limited to 'ContentLoader.h')
| -rw-r--r-- | ContentLoader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ContentLoader.h b/ContentLoader.h index 8a41aea..d03c5cb 100644 --- a/ContentLoader.h +++ b/ContentLoader.h @@ -36,7 +36,7 @@ public: vector<string> classIdStrings;
vector<string> professionStrings;
- memory_info *MemInfo;
+ VersionInfo *MemInfo;
DFHack::Buildings * Bld;
DFHack::Materials * Mats;
@@ -69,4 +69,4 @@ uint8_t lookupMaterialBright(int matType,int matIndex); const char *lookupTreeName(int matIndex);
ALLEGRO_COLOR lookupMaterialColor(int matType,int matIndex);
const char * lookupFormName(int formType);
-ShadeBy getShadeType(const char* Input);
\ No newline at end of file +ShadeBy getShadeType(const char* Input);
|
