diff options
Diffstat (limited to 'System.h')
| -rw-r--r-- | System.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 * |
