aboutsummaryrefslogtreecommitdiff
path: root/xsde/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-06-21 10:20:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-06-21 10:20:42 +0200
commitc34158508eafb020fbb7bbb7c0b2479982c426cd (patch)
tree49e7fcbde369f01ecc5524853dddbbf4a109c603 /xsde/types.hxx
parentef4efbab2664232aa35b0111a6d430d2c67ababd (diff)
Completion of the CLI port
Diffstat (limited to 'xsde/types.hxx')
-rw-r--r--xsde/types.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/xsde/types.hxx b/xsde/types.hxx
new file mode 100644
index 0000000..75bd0e2
--- /dev/null
+++ b/xsde/types.hxx
@@ -0,0 +1,15 @@
+// file : xsde/types.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef TYPES_HXX
+#define TYPES_HXX
+
+#include <vector>
+
+#include <cult/types.hxx>
+
+typedef std::vector<Cult::Types::NarrowString> NarrowStrings;
+
+#endif // TYPES_HXX