Advertisement
zCool

Wall.cpp

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