Advertisement
Guest User

menu.hpp

a guest
Oct 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #ifndef Menu_hpp
  2. #define Menu_hpp
  3. #include <iostream>
  4.  
  5. int OpcjaA()
  6. {
  7.     return 0;
  8. }
  9. int OpcjaB()
  10. {
  11.     return 0;
  12. }
  13.  
  14. int wybor;
  15. int poprzedniWybor;
  16. bool wykonujPetle;
  17.  
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement