Advertisement
Guest User

Item.h

a guest
Oct 1st, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #ifndef __ITEM_H__
  2. #define __ITEM_H__
  3.  
  4. class cItem
  5. {
  6. public:
  7. void Load();
  8. // ----
  9. static void Model();
  10. static void Texture();
  11. };
  12.  
  13. extern cItem gItem;
  14.  
  15. #endif // __ITEM_H__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement