mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-21 13:39:28 +00:00
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
|