Hi Piotr,

Sunday, March 4, 2007, 8:18:23 PM, you wrote:

> hi,

> my proposition of iRagdoll interface:

> struct iRagdoll : public virtual iBase
> {
>   SCF_INTERFACE (iRagdoll, 0, 0, 1);

>   virtual size_t AddBind (iRigidBody *body, iSkeletonBoneFactory *bone) = 0;

should be:
"virtual size_t AddBind (iRigidBody *body, iSkeletonBone *bone) = 0;"


-- 
greetings,
 Piotr Obrzut                           mailto:[EMAIL PROTECTED]


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to