New calling conventions, start on print.cpp
This commit is contained in:
@@ -396,9 +396,9 @@ private:
|
||||
Redirects redirects_;
|
||||
|
||||
friend class Tangible;
|
||||
friend int tangible_animate(lua_State *L);
|
||||
friend int tangible_build(lua_State *L);
|
||||
friend int tangible_redirect(lua_State *L);
|
||||
friend int lfn_tangible_animate(lua_State *L);
|
||||
friend int lfn_tangible_build(lua_State *L);
|
||||
friend int lfn_tangible_redirect(lua_State *L);
|
||||
};
|
||||
|
||||
#endif // WORLD_HPP
|
||||
|
||||
Reference in New Issue
Block a user