mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 16:16:16 +03:00
8 lines
231 B
C++
8 lines
231 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
|