summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension_impl.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-10-05 16:47:57 +0000
committerTavian Barnes <tavianator@gmail.com>2009-10-05 16:47:57 +0000
commitf3ca60606f557f24b615860e1142c70c93802fc5 (patch)
tree8448cf64e40c5e7495e725ba3587514c5be88e06 /libdimension/dimension_impl.h
parentcea53848d3469fcae387c9f6ae689220d2385a56 (diff)
downloaddimension-f3ca60606f557f24b615860e1142c70c93802fc5.tar.xz
Begin kD splay tree implementation.
Diffstat (limited to 'libdimension/dimension_impl.h')
-rw-r--r--libdimension/dimension_impl.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/libdimension/dimension_impl.h b/libdimension/dimension_impl.h
new file mode 100644
index 0000000..216302a
--- /dev/null
+++ b/libdimension/dimension_impl.h
@@ -0,0 +1,27 @@
+/*************************************************************************
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
+ * *
+ * This file is part of The Dimension Library. *
+ * *
+ * The Dimension Library is free software; you can redistribute it and/ *
+ * or modify it under the terms of the GNU Lesser General Public License *
+ * as published by the Free Software Foundation; either version 3 of the *
+ * License, or (at your option) any later version. *
+ * *
+ * The Dimension Library is distributed in the hope that it will be *
+ * useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
+ * Lesser General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU Lesser General Public *
+ * License along with this program. If not, see *
+ * <http://www.gnu.org/licenses/>. *
+ *************************************************************************/
+
+#ifndef DIMENSION_IMPL_H
+#define DIMENSION_IMPL_H
+
+#include "dimension.h"
+#include "kD_splay_tree.h"
+
+#endif /* DIMENSION_IMPL_H */