diff options
Diffstat (limited to 'src/gui/windows/npcdialog.h')
-rw-r--r-- | src/gui/windows/npcdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/npcdialog.h b/src/gui/windows/npcdialog.h index 445cb03ba..997f97e8a 100644 --- a/src/gui/windows/npcdialog.h +++ b/src/gui/windows/npcdialog.h @@ -46,6 +46,8 @@ class PlayerBox; class ScrollArea; class TextField; +struct NpcDialogInfo; + typedef std::map<BeingId, NpcDialog*> NpcDialogs; /** @@ -309,6 +311,7 @@ class NpcDialog final : public Window, std::string mSkinName; PlayerBox *mPlayerBox A_NONNULLPOINTER; Being *mAvatarBeing; + const NpcDialogInfo *mDialogInfo; int mLastNextTime; int mCameraMode; int mCameraX; |