Updated headers

This commit is contained in:
victorfisac
2016-03-16 12:48:30 +01:00
parent dc68205a18
commit 0caf925d5d
2 changed files with 10 additions and 7 deletions

View File

@ -62,8 +62,8 @@ typedef struct Rigidbody {
typedef struct Collider {
bool enabled;
ColliderType type;
Rectangle bounds; // Used for COLLIDER_RECTANGLE and COLLIDER_CAPSULE
int radius; // Used for COLLIDER_CIRCLE and COLLIDER_CAPSULE
Rectangle bounds; // Used for COLLIDER_RECTANGLE
int radius; // Used for COLLIDER_CIRCLE
} Collider;
typedef struct PhysicObject {