mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:16:14 +03:00
7 lines
178 B
C++
7 lines
178 B
C++
#ifndef _LUA_PHYSICS_SETUP_H
|
|
#define _LUA_PHYSICS_SETUP_H
|
|
|
|
class CommonExampleInterface* LuaDemoCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif //_LUA_PHYSICS_SETUP_H
|