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

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