Advertisement
Guest User

Untitled

a guest
Nov 1st, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. Block::Block(std::string name, uint16 id, uint8 tex)
  2.     : _name(name), _id(id), _tex(tex),
  3.     _transparent(false), _solidity(1.0f)
  4. {
  5.     BlockRegistry::RegisterBlock(this);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement