mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-19 05:20:06 +00:00
82576d0bee
fix a bug in CommonMultiBodyBase: don't use data if it hasn't been allocated
7 lines
155 B
C++
7 lines
155 B
C++
#ifndef PHYSICS_CLIENT_H
|
|
#define PHYSICS_CLIENT_H
|
|
|
|
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif
|