summaryrefslogtreecommitdiff
path: root/libfrontend-elements/frontend-elements/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libfrontend-elements/frontend-elements/types.hxx')
-rw-r--r--libfrontend-elements/frontend-elements/types.hxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/libfrontend-elements/frontend-elements/types.hxx b/libfrontend-elements/frontend-elements/types.hxx
new file mode 100644
index 0000000..f9a6905
--- /dev/null
+++ b/libfrontend-elements/frontend-elements/types.hxx
@@ -0,0 +1,16 @@
+// file : frontend-elements/types.hxx
+// author : Boris Kolpackov <boris@kolpackov.net>
+// copyright : Copyright (c) 2005-2010 Boris Kolpackov
+// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+#ifndef FRONTEND_ELEMENTS_TYPES_HXX
+#define FRONTEND_ELEMENTS_TYPES_HXX
+
+#include <cult/types.hxx>
+
+namespace FrontendElements
+{
+ using namespace Cult::Types;
+}
+
+#endif // FRONTEND_ELEMENTS_TYPES_HXX