Guest User

Menu.hpp

a guest
Oct 26th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #ifndef MENU_H_INCLUDED
  2. #define MENU_H_INCLUDED
  3.  
  4. void gotoxy( const int x, const int y );
  5.  
  6. int RozpocznijGre();
  7. int WczytajGre();
  8.  
  9. #endif
Add Comment
Please, Sign In to add comment