mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-15 06:00:12 +00:00
10 lines
235 B
C
10 lines
235 B
C
|
|
||
|
#ifndef PHYSICS_SERVER_EXAMPLE_BULLET_2_H
|
||
|
#define PHYSICS_SERVER_EXAMPLE_BULLET_2_H
|
||
|
|
||
|
|
||
|
|
||
|
class CommonExampleInterface* PhysicsServerCreateFuncBullet2(struct CommonExampleOptions& options);
|
||
|
|
||
|
#endif //PHYSICS_SERVER_EXAMPLE_BULLET_2_H
|