Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include "Headers.h"
- //class LTexture;
- class CharProp
- {
- public:
- CharProp();
- ~CharProp();
- SDL_Texture* tex;
- //LTexture tex2;
- int x, y, w, h;
- private:
- unsigned short blood_level;
- };
Advertisement
Add Comment
Please, Sign In to add comment