mstoyanov7

Xbox.h

Sep 12th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #pragma once
  2.  
  3. #include "Store.h"
  4. #include "Console.h"
  5.  
  6. class xBox : public Console {
  7. public:
  8.  
  9. xBox(int& price, int& quality) : Console(price, quality) {
  10.  
  11. }
  12.  
  13. private:
  14. };
  15.  
Advertisement
Add Comment
Please, Sign In to add comment