Guest User

Untitled

a guest
Oct 6th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #ifndef BAR_H_
  2. #define BAR_H_
  3.  
  4. struct Something{
  5. unsigned int t;
  6. unsigned int g;
  7. };
  8.  
  9. class Bar
  10. {
  11. private:
  12. Something bar();
  13. };
  14.  
  15. #endif
Advertisement
Add Comment
Please, Sign In to add comment