bullet3/examples/LuaDemo/LuaPhysicsSetup.h
2015-05-13 09:17:59 -07:00

7 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