Advertisement
Guest User

Untitled

a guest
May 29th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. const Texture* GameWindow::getTexture(const tower_defense::WeaponFire* const w) const {
  2.     return &this->tm->get(TextureManager::WEAPON_FIRE, w->getObjClass());
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement