From 34a04d798ed0b4f4b652082da994c8648e4517e6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Oct 2015 19:54:36 +0300 Subject: Add support for images in npc skined menu. --- src/resources/npcdialoginfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/resources/npcdialoginfo.h') diff --git a/src/resources/npcdialoginfo.h b/src/resources/npcdialoginfo.h index ce3e8e92a..aa73d2c01 100644 --- a/src/resources/npcdialoginfo.h +++ b/src/resources/npcdialoginfo.h @@ -22,6 +22,7 @@ #define RESOURCES_NPCDIALOGINFO_H #include "resources/npcbuttoninfo.h" +#include "resources/npcimageinfo.h" #include "utils/stringvector.h" @@ -31,12 +32,14 @@ struct NpcDialogInfo final { NpcDialogInfo() : buttons(), + images(), name(), hideText(false) { } std::vector buttons; + std::vector images; std::string name; bool hideText; }; -- cgit v1.2.3-70-g09d2