mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Separate out the item class headers from the main Item header.
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
|
||||
#include "Item.hpp"
|
||||
|
||||
#include "CameraItem.hpp"
|
||||
#include "DoorItem.hpp"
|
||||
#include "TileItem.hpp"
|
||||
#include "TilePlanterItem.hpp"
|
||||
|
||||
#define ITEM(x) ((x) - 256)
|
||||
|
||||
#define NEW_ITEM(id) (new Item(ITEM(id)))
|
||||
|
||||
Reference in New Issue
Block a user