Advertisement
Kondensator

CharProp.cpp

Jul 7th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include "CharProp.h"
  2.  
  3.  
  4. CharProp::CharProp()
  5. {
  6.     this->tex = tex;
  7.     this->x = x;
  8.     this->y = y;
  9.     this->w = w;
  10.     this->h = h;
  11. }
  12.  
  13.  
  14. CharProp::~CharProp()
  15. {
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement