1
0

Removed unwanted base classes from Lua API.

This commit is contained in:
Mattes D 2015-03-19 21:26:38 +01:00
parent 93031dffd8
commit 2d1d4ae3e3
4 changed files with 10 additions and 2 deletions

View File

@ -35,8 +35,10 @@ This reference needs to be unreferenced in the Destroy() function.
*/ */
// tolua_begin // tolua_begin
class cLuaWindow : class cLuaWindow :
public cWindow, public cWindow
public cItemGrid::cListener // tolua_end
, public cItemGrid::cListener
// tolua_begin
{ {
typedef cWindow super; typedef cWindow super;

View File

@ -21,7 +21,9 @@
// tolua_begin // tolua_begin
class cBlockEntityWithItems : class cBlockEntityWithItems :
public cBlockEntity, public cBlockEntity,
// tolua_end
public cItemGrid::cListener, public cItemGrid::cListener,
// tolua_begin
public cBlockEntityWindowOwner public cBlockEntityWindowOwner
{ {
typedef cBlockEntity super; typedef cBlockEntity super;

View File

@ -31,7 +31,9 @@ You can use the invArmorOffset, invInventoryOffset and invHotbarOffset constants
*/ */
class cInventory : class cInventory :
// tolua_end
public cItemGrid::cListener public cItemGrid::cListener
// tolua_begin
{ {
public: public:

View File

@ -95,7 +95,9 @@ struct sWebAdminPage
// tolua_begin // tolua_begin
class cWebAdmin : class cWebAdmin :
// tolua_end
public cHTTPServer::cCallbacks public cHTTPServer::cCallbacks
// tolua_begin
{ {
public: public:
// tolua_end // tolua_end