summaryrefslogtreecommitdiff
path: root/src/physics.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-04-06 17:54:20 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-04-06 17:54:20 +0200
commit60c0a689450403854a1adb55f8b1185c8d3f9313 (patch)
tree7bae71d65f091399afa20191268da11d4f7042d2 /src/physics.h
parent85422fbdaf5c56ca817f0a8d8f17f2d725dd1c3a (diff)
New CSG shape: cylinder-z.
Diffstat (limited to 'src/physics.h')
-rw-r--r--src/physics.h3
1 files changed, 2 insertions, 1 deletions
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;