mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-23 15:55:25 +00:00
Some formatting tweaks
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
typedef enum { RectangleCollider, CircleCollider } ColliderType;
|
||||
// Collider types
|
||||
typedef enum { COLLIDER_CIRCLE, COLLIDER_RECTANGLE, COLLIDER_CAPSULE } ColliderType;
|
||||
|
||||
// Physics struct
|
||||
typedef struct Physics {
|
||||
|
||||
Reference in New Issue
Block a user