aboutsummaryrefslogtreecommitdiff
path: root/tools/TexturePacker/XBTFWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/TexturePacker/XBTFWriter.h')
-rw-r--r--tools/TexturePacker/XBTFWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/TexturePacker/XBTFWriter.h b/tools/TexturePacker/XBTFWriter.h
index 021ae6286e..d86094e449 100644
--- a/tools/TexturePacker/XBTFWriter.h
+++ b/tools/TexturePacker/XBTFWriter.h
@@ -22,6 +22,7 @@
*
*/
+#include <vector>
#include <string>
#include <stdio.h>
#include "XBTF.h"
@@ -33,7 +34,7 @@ public:
bool Create();
bool Close();
bool AppendContent(unsigned char const* data, size_t length);
- bool UpdateHeader();
+ bool UpdateHeader(const std::vector<unsigned int>& dupes);
private:
CXBTF& m_xbtf;