Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "CharProp.h"
- CharProp::CharProp()
- {
- this->tex = tex;
- this->x = x;
- this->y = y;
- this->w = w;
- this->h = h;
- }
- CharProp::~CharProp()
- {
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement