Remove unnecessary defines

This commit is contained in:
Not-Nik 2020-05-08 20:03:42 +10:00
parent 39b9fff30a
commit b611ac7a2c
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

@ -5,10 +5,6 @@
#include <raylib.h>
#define VECTOR2 float x, float y
#define VECTOR3 float x, float y, float z
#define COLOR unsigned char r, unsigned char g, unsigned char b, unsigned char a
Ray WGetMouseRay(Vector2 * mousePosition, Camera camera);
void WDrawSphere(Vector3 * centerPos, float radius, Color * color);