Advertisement
zCool

Rock.cpp

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