Advertisement
Guest User

game.cpp displaywindow

a guest
Mar 6th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. void Game::DisplayWindow()
  2. {
  3.         window.clear();
  4.         window.draw(text_actualplayer);
  5.         Game::DrawField();
  6.         window.display();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement