summaryrefslogtreecommitdiff
path: root/src/resources/npcdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/npcdb.h')
-rw-r--r--src/resources/npcdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/npcdb.h b/src/resources/npcdb.h
index 8f3d5650c..61641eaec 100644
--- a/src/resources/npcdb.h
+++ b/src/resources/npcdb.h
@@ -23,6 +23,8 @@
#ifndef NPC_DB_H
#define NPC_DB_H
+#include <stdint.h>
+
#include "localconsts.h"
class BeingInfo;
@@ -37,6 +39,8 @@ namespace NPCDB
void unload();
BeingInfo *get(const int id) A_WARN_UNUSED;
+
+ uint16_t getAvatarFor(const int id);
}
#endif