mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
6 lines
180 B
C++
6 lines
180 B
C++
#ifndef _LUA_PHYSICS_SETUP_H
|
|
#define _LUA_PHYSICS_SETUP_H
|
|
|
|
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //_LUA_PHYSICS_SETUP_H
|