summaryrefslogtreecommitdiff
path: root/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'System.h')
-rw-r--r--System.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/System.h b/System.h
index 421183a..4670f2e 100644
--- a/System.h
+++ b/System.h
@@ -84,7 +84,7 @@ void SystemTimerRemove(TYPE_TIMER * timer);
// Compares two arrays of unsigned short type.
bool SystemArrayCompare(unsigned short * arr1, unsigned short * arr2, size_t sz);
// Checks collision of two objects
-bool SystemCollisionCheck(TYPE_COLLISION_BLOCK c1, TYPE_COLLISION_BLOCK c2);
+bool SystemCollisionCheck(TYPE_COLLISION_BLOCK* c1, TYPE_COLLISION_BLOCK* c2);
/* **************************************
* Global Variables *