summaryrefslogtreecommitdiff
path: root/libcult/cult/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libcult/cult/types.hxx')
-rw-r--r--libcult/cult/types.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/libcult/cult/types.hxx b/libcult/cult/types.hxx
new file mode 100644
index 0000000..5e4c9c2
--- /dev/null
+++ b/libcult/cult/types.hxx
@@ -0,0 +1,14 @@
+// file : cult/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 CULT_TYPES_HXX
+#define CULT_TYPES_HXX
+
+#include <cult/types/fundamental.hxx>
+#include <cult/types/string.hxx>
+#include <cult/types/evptr.hxx>
+#include <cult/types/shptr.hxx>
+
+#endif // CULT_TYPES_HXX