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
class cLuaWindow :
public cWindow,
public cItemGrid::cListener
public cWindow
// tolua_end
, public cItemGrid::cListener
// tolua_begin
{
typedef cWindow super;

View File

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

View File

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

View File

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