mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
7 lines
180 B
C
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
|