summaryrefslogtreecommitdiffstats
path: root/balls.h
diff options
context:
space:
mode:
Diffstat (limited to 'balls.h')
-rw-r--r--balls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/balls.h b/balls.h
index f17243b..7bcc124 100644
--- a/balls.h
+++ b/balls.h
@@ -21,6 +21,8 @@ typedef struct {
int readFile(const char *filename, char **contents, size_t *size);
+void initCL(void);
+
Partition partitionCollisions(size_t nBalls);
void freePartition(Partition part);
void printPartition(Partition part);