mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
54a76f6e0c
(as usual, work-in-progress)
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
|