2022-05-13 23:42:41 -04:00
|
|
|
#ifndef _LUA_PHYSICS_SETUP_H
|
|
|
|
|
#define _LUA_PHYSICS_SETUP_H
|
|
|
|
|
|
2026-06-03 15:08:51 +01:00
|
|
|
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
|
2022-05-13 23:42:41 -04:00
|
|
|
|
2026-06-03 15:08:51 +01:00
|
|
|
#endif //_LUA_PHYSICS_SETUP_H
|