From 60c0a689450403854a1adb55f8b1185c8d3f9313 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 6 Apr 2016 17:54:20 +0200 Subject: New CSG shape: cylinder-z. --- src/physics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/physics.h') diff --git a/src/physics.h b/src/physics.h index 80f3fdf..97c44d4 100644 --- a/src/physics.h +++ b/src/physics.h @@ -53,7 +53,8 @@ enum { }; typedef enum { - CSG_SPHERE + CSG_SPHERE, + CSG_CYLINDER_Z } phy_csg_shape; typedef struct phy_csg_step_s phy_csg_step; -- cgit