mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
add new joint enums (no implementation yet)
--HG-- branch : box2d-update
This commit is contained in:
@@ -46,6 +46,9 @@ namespace physics
|
||||
{"mouse", Joint::JOINT_MOUSE},
|
||||
{"pulley", Joint::JOINT_PULLEY},
|
||||
{"gear", Joint::JOINT_GEAR},
|
||||
{"friction", Joint::JOINT_FRICTION},
|
||||
{"line", Joint::JOINT_LINE},
|
||||
{"weld", Joint::JOINT_WELD},
|
||||
};
|
||||
|
||||
StringMap<Joint::Type, Joint::JOINT_MAX_ENUM> Joint::types(Joint::typeEntries, sizeof(Joint::typeEntries));
|
||||
|
||||
Reference in New Issue
Block a user