| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/core/index.h')
| -rw-r--r-- | src/core/index.h | 8 |
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 |


