#include "Item.h" #include "Entity.h" #include Item::Item(int X, int Y, std::string sprite):Entity(X, Y, sprite) {}