Kondensator

CharProp.h

Jul 7th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #pragma once
  2.  
  3. #include "Headers.h"
  4.  
  5. //class LTexture;
  6.  
  7. class CharProp
  8. {
  9. public:
  10.     CharProp();
  11.     ~CharProp();
  12.  
  13.     SDL_Texture* tex;
  14.     //LTexture tex2;
  15.    
  16.  
  17.     int x, y, w, h;
  18. private:
  19.     unsigned short blood_level;
  20.  
  21. };
Advertisement
Add Comment
Please, Sign In to add comment