diff options
| author | manuel <manuel@clan-server.at> | 2009-04-28 18:32:15 +0200 |
|---|---|---|
| committer | manuel <manuel@clan-server.at> | 2009-04-28 18:32:15 +0200 |
| commit | 5f499a8233c7bb68b52b8fdeddac9a06061ea4d7 (patch) | |
| tree | 894f18cf427eb83c6463a92da76f4a3808a8187c /ue2/imgsynth2/cscriptparser.cpp | |
| parent | d7893436cefc6b3cef78ad765dba4fa1740d0f15 (diff) | |
| download | ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.gz ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.tar.bz2 ooprog-5f499a8233c7bb68b52b8fdeddac9a06061ea4d7.zip | |
Moved a lot of stuff around to get abstract cbitmap working
Diffstat (limited to 'ue2/imgsynth2/cscriptparser.cpp')
| -rw-r--r-- | ue2/imgsynth2/cscriptparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp index df3df1e..ea9b242 100644 --- a/ue2/imgsynth2/cscriptparser.cpp +++ b/ue2/imgsynth2/cscriptparser.cpp | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #include <boost/tokenizer.hpp> | 9 | #include <boost/tokenizer.hpp> |
| 10 | #include <boost/algorithm/string.hpp> | 10 | #include <boost/algorithm/string.hpp> |
| 11 | #include "cscriptparser.h" | 11 | #include "cscriptparser.h" |
| 12 | #include "cbitmap.h" | 12 | #include "cwindowsbitmap.h" |
| 13 | 13 | ||
| 14 | using namespace std; | 14 | using namespace std; |
| 15 | using namespace boost; | 15 | using namespace boost; |
| @@ -18,7 +18,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile) | |||
| 18 | : m_scriptfile(scriptfile), m_handler(NULL) | 18 | : m_scriptfile(scriptfile), m_handler(NULL) |
| 19 | { | 19 | { |
| 20 | /* add our handlers */ | 20 | /* add our handlers */ |
| 21 | m_handlers.insert(new CBitmap); | 21 | m_handlers.insert(new CWindowsBitmap); |
| 22 | } | 22 | } |
| 23 | 23 | ||
| 24 | /*----------------------------------------------------------------------------*/ | 24 | /*----------------------------------------------------------------------------*/ |
