mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-26 18:13:47 +00:00
7 lines
231 B
C++
7 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
|