Add new Shape types to the Shape StringMap

--HG--
branch : box2d-update
This commit is contained in:
Bill Meltsner
2011-09-03 16:34:36 -04:00
parent 915e3e9d86
commit 551cf591e2
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -38,6 +38,8 @@ namespace physics
SHAPE_INVALID,
SHAPE_CIRCLE,
SHAPE_POLYGON,
SHAPE_EDGE,
SHAPE_CHAIN,
SHAPE_MAX_ENUM
};