Removed unwanted base classes from Lua API.
This commit is contained in:
parent
93031dffd8
commit
2d1d4ae3e3
@ -35,8 +35,10 @@ This reference needs to be unreferenced in the Destroy() function.
|
||||
*/
|
||||
// tolua_begin
|
||||
class cLuaWindow :
|
||||
public cWindow,
|
||||
public cItemGrid::cListener
|
||||
public cWindow
|
||||
// tolua_end
|
||||
, public cItemGrid::cListener
|
||||
// tolua_begin
|
||||
{
|
||||
typedef cWindow super;
|
||||
|
||||
|
@ -21,7 +21,9 @@
|
||||
// tolua_begin
|
||||
class cBlockEntityWithItems :
|
||||
public cBlockEntity,
|
||||
// tolua_end
|
||||
public cItemGrid::cListener,
|
||||
// tolua_begin
|
||||
public cBlockEntityWindowOwner
|
||||
{
|
||||
typedef cBlockEntity super;
|
||||
|
@ -31,7 +31,9 @@ You can use the invArmorOffset, invInventoryOffset and invHotbarOffset constants
|
||||
*/
|
||||
|
||||
class cInventory :
|
||||
// tolua_end
|
||||
public cItemGrid::cListener
|
||||
// tolua_begin
|
||||
{
|
||||
public:
|
||||
|
||||
|
@ -95,7 +95,9 @@ struct sWebAdminPage
|
||||
|
||||
// tolua_begin
|
||||
class cWebAdmin :
|
||||
// tolua_end
|
||||
public cHTTPServer::cCallbacks
|
||||
// tolua_begin
|
||||
{
|
||||
public:
|
||||
// tolua_end
|
||||
|
Loading…
x
Reference in New Issue
Block a user