Advertisement
Guest User

Menu::Menu()

a guest
Dec 19th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | None | 0 0
  1. Menu::Menu(sf::RenderWindow &window, Info &info)
  2. {
  3.     this->window = &window;
  4.     this->info = &info;
  5.  
  6.     loadFont();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement