From d14d73cd482409f0e949f0b7c11ff9c45cf89fba Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Sat, 7 Jan 2017 17:26:37 +0100 Subject: Starts near-complete rewrite for code improvement. --- src/core/index.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/core/index.h (limited to 'src/core/index.h') diff --git a/src/core/index.h b/src/core/index.h new file mode 100644 index 0000000..76e3507 --- /dev/null +++ b/src/core/index.h @@ -0,0 +1,8 @@ +#ifndef _ZoO_CORE_INDEX_H_ +#define _ZoO_CORE_INDEX_H_ + +#include "index_types.h" + +ZoO_index ZoO_index_random_up_to (const ZoO_index limit); + +#endif -- cgit v1.2.3-70-g09d2