Changeset 318 for trunk/DerelictODE/derelict
- Timestamp:
- 11/20/08 02:53:18 (2 months ago)
- Files:
-
- trunk/DerelictODE/derelict/ode/objects.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictODE/derelict/ode/objects.d
r300 r318 1250 1250 * effect - to destroy that joint the group must be emptied or destroyed. 1251 1251 */ 1252 typedef void function(d WorldID) pfdJointDestroy;1252 typedef void function(dJointID) pfdJointDestroy; 1253 1253 pfdJointDestroy dJointDestroy; 1254 1254
