List of header file locations for the Havok Physics Engine

Posted by QAH on Stack Overflow See other posts from Stack Overflow or by QAH
Published on 2010-05-12T06:22:15Z Indexed on 2010/05/12 6:24 UTC
Read the original article Hit count: 425

Hello everyone! I am trying to integrate the Havok physics engine into my small game. It is a really nice SDK, but the header files are all over the place. Many headers are deeply nested in multiple directories. That gets confusing when you are trying to include headers for different important objects.

I would like to know if there is a nice guide that will let you know where certian objects are and what headres they are in. I have already looked at Havok's documentation, and I also looked at the reference manual, but they don't give great detail as to where certain classes are located (header location). Also, is there any programs out there that can scan header files and create a list of where objects can be found?

Thanks again

© Stack Overflow or respective owner

Related posts about header-file-locations

Related posts about havok