From 4082834f82217514a48e6e00027e4027a673887e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Neuwirth?= Date: Tue, 28 Apr 2009 22:54:06 +0200 Subject: Adding CPixMap handler to cscriptparser, adding cpixmap and cpixelformat_indexed8 to Makefile --- ue2/imgsynth2/cscriptparser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ue2/imgsynth2/cscriptparser.cpp') diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp index ea9b242..da6aec5 100644 --- a/ue2/imgsynth2/cscriptparser.cpp +++ b/ue2/imgsynth2/cscriptparser.cpp @@ -19,6 +19,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile) { /* add our handlers */ m_handlers.insert(new CWindowsBitmap); + m_handlers.insert(new CPixMap); } /*----------------------------------------------------------------------------*/ -- cgit v1.2.3