prepare for some basic lua scripting example

This commit is contained in:
Erwin Coumans
2015-05-13 09:17:59 -07:00
parent 074b869a9f
commit dbae21ae5a
68 changed files with 20797 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _LUA_PHYSICS_SETUP_H
#define _LUA_PHYSICS_SETUP_H
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
#endif //_LUA_PHYSICS_SETUP_H