summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-07 17:26:37 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-01-07 17:26:37 +0100
commitd14d73cd482409f0e949f0b7c11ff9c45cf89fba (patch)
tree5d93fa27c4522647061544ba759ecb1f065687ed /src/core/index.h
parent972a81c1592eb3cc0f54b394612256a54fa26411 (diff)
Starts near-complete rewrite for code improvement.
Diffstat (limited to 'src/core/index.h')
-rw-r--r--src/core/index.h8
1 files changed, 8 insertions, 0 deletions
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