mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 10:33:50 +00: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
|