Fix getPE()

develop
Petr Mrázek 2010-08-31 07:07:37 +02:00
parent b9bee108e1
commit ff550a7e09
1 changed files with 1 additions and 1 deletions

@ -108,7 +108,7 @@ namespace DFHack
std::string getMD5();
void setPE (uint32_t PE_);
uint getPE();
uint32_t getPE();
std::string getMood(const uint32_t moodID);
std::string getString (const std::string&);