Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class Peon {
  2. private:
  3. Color c;
  4. ...
  5. }
  6.  
  7. Peon::Peon(Color _c, Posicion _p) {
  8. this->c.setColor(_c);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement