@@ -6,7 +6,7 @@ class Inventory;
|
||||
class TrapScreen : public AbstractContainerScreen
|
||||
{
|
||||
public:
|
||||
TrapScreen(std::shared_ptr<Inventory> inventory, std::shared_ptr<DispenserTileEntity> trap);
|
||||
TrapScreen(shared_ptr<Inventory> inventory, shared_ptr<DispenserTileEntity> trap);
|
||||
protected:
|
||||
virtual void renderLabels();
|
||||
virtual void renderBg(float a);
|
||||
|
||||
Reference in New Issue
Block a user