diff options
| author | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-04-28 22:54:06 +0200 |
|---|---|---|
| committer | Günther Neuwirth <e0626638@student.tuwien.ac.at> | 2009-04-28 22:54:06 +0200 |
| commit | 4082834f82217514a48e6e00027e4027a673887e (patch) | |
| tree | 386fac6e167cb1de675b318664faaf262d12defb /ue2/imgsynth2/cscriptparser.cpp | |
| parent | e1ad46101085cc7f8fd766936552b31d67188a15 (diff) | |
| download | ooprog-4082834f82217514a48e6e00027e4027a673887e.tar.gz ooprog-4082834f82217514a48e6e00027e4027a673887e.tar.bz2 ooprog-4082834f82217514a48e6e00027e4027a673887e.zip | |
Adding CPixMap handler to cscriptparser, adding cpixmap and cpixelformat_indexed8 to Makefile
Diffstat (limited to 'ue2/imgsynth2/cscriptparser.cpp')
| -rw-r--r-- | ue2/imgsynth2/cscriptparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 19 | { | 19 | { |
| 20 | /* add our handlers */ | 20 | /* add our handlers */ |
| 21 | m_handlers.insert(new CWindowsBitmap); | 21 | m_handlers.insert(new CWindowsBitmap); |
| 22 | m_handlers.insert(new CPixMap); | ||
| 22 | } | 23 | } |
| 23 | 24 | ||
| 24 | /*----------------------------------------------------------------------------*/ | 25 | /*----------------------------------------------------------------------------*/ |
