2015-05-13 16:17:59 +00:00
|
|
|
#ifndef _LUA_PHYSICS_SETUP_H
|
|
|
|
#define _LUA_PHYSICS_SETUP_H
|
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
|
2015-05-13 16:17:59 +00:00
|
|
|
|
2018-09-23 21:17:31 +00:00
|
|
|
#endif //_LUA_PHYSICS_SETUP_H
|