summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2
diff options
context:
space:
mode:
authorGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 04:04:45 +0200
committerGünther Neuwirth <e0626638@student.tuwien.ac.at>2009-04-29 04:04:45 +0200
commitd8e12cc6094e22ecb4a94718b4b0a0ef5284fed3 (patch)
treea7e1fdd9b633d5ba4ce893efba2739b2e09a0421 /ue2/imgsynth2
parent4082834f82217514a48e6e00027e4027a673887e (diff)
downloadooprog-d8e12cc6094e22ecb4a94718b4b0a0ef5284fed3.tar.gz
ooprog-d8e12cc6094e22ecb4a94718b4b0a0ef5284fed3.tar.bz2
ooprog-d8e12cc6094e22ecb4a94718b4b0a0ef5284fed3.zip
Adding cpixmap.h to cscriptparser
Diffstat (limited to 'ue2/imgsynth2')
-rw-r--r--ue2/imgsynth2/cscriptparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp
index da6aec5..033661f 100644
--- a/ue2/imgsynth2/cscriptparser.cpp
+++ b/ue2/imgsynth2/cscriptparser.cpp
@@ -9,6 +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 "cpixmap.h"
12#include "cwindowsbitmap.h" 13#include "cwindowsbitmap.h"
13 14
14using namespace std; 15using namespace std;