mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-07-08 23:28:57 +00:00
7 lines
197 B
C++
7 lines
197 B
C++
#ifndef PHYSICS_CLIENT_EXAMPLE_H
|
|
#define PHYSICS_CLIENT_EXAMPLE_H
|
|
|
|
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif//PHYSICS_CLIENT_EXAMPLE_H
|