Advertisement
zCool

Item.cpp

May 20th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. #include "Item.h"
  2. #include "Entity.h"
  3. #include <string>
  4.  
  5. Item::Item(int X, int Y, std::string sprite):Entity(X, Y, sprite) {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement