mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-14 14:28:23 +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
|