fix warning

This commit is contained in:
Wolfgang Thaller 2018-12-28 15:59:07 +01:00
parent a726045d54
commit ec8a5332b9

View File

@ -39,6 +39,7 @@
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
pascal /* <- pascal calling convention, for no reason in particular except to test the comppiler */
bool hitSphere(float x0, float y0, float z0, float dx, float dy, float dz, float *t)