New calling conventions, start on print.cpp
This commit is contained in:
@@ -163,11 +163,11 @@ public:
|
||||
// If there's already a table with this name in the global environment,
|
||||
// leaves it there, and repairs the __class and __index fields.
|
||||
//
|
||||
int source_makeclass(lua_State *L);
|
||||
int lfn_source_makeclass(lua_State *L);
|
||||
|
||||
// Return true if the specified table is a class created by 'makeclass'
|
||||
//
|
||||
int source_isclass(lua_State *L);
|
||||
int lfn_source_isclass(lua_State *L);
|
||||
|
||||
#endif // SOURCE_HPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user