diff options
Diffstat (limited to 'src/resources/monsterdb.h')
-rw-r--r-- | src/resources/monsterdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h index 5b2f3c2d..dc8b50cb 100644 --- a/src/resources/monsterdb.h +++ b/src/resources/monsterdb.h @@ -33,6 +33,8 @@ namespace MonsterDB { void init(); + void setMonsterIdOffset(int offset); + void readMonsterNode(xmlNodePtr node, const std::string &filename); void checkStatus(); |