Torque3D/Engine/lib/bullet/examples/LuaDemo/LuaPhysicsSetup.h
2022-06-27 10:01:08 -04:00

7 lines
178 B
C++

#ifndef _LUA_PHYSICS_SETUP_H
#define _LUA_PHYSICS_SETUP_H
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
#endif //_LUA_PHYSICS_SETUP_H