First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix.
Made all buildsystems to work again (jam, msvc, cmake)
This commit is contained in:
9
include/Bullet-C-Api.h
Normal file
9
include/Bullet-C-Api.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
///This is just a placeholder for now.
|
||||
///
|
||||
///It will contain a C API for high-level Bullet Collision Detection and Physics library.
|
||||
///
|
||||
///for now, only C++ interface is available, see btBulletCollisionCommon.h and btBulletDynamicsCommon.h
|
||||
///
|
||||
///http://bullet.sf.net
|
||||
|
||||
Reference in New Issue
Block a user