Advertisement
Guest User

Untitled

a guest
Feb 13th, 2020
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include "SFML/Graphics.hpp"
  2. #include "SFML/Audio.hpp"
  3. #include "SFML/Window.hpp"
  4. #include "SFML/System.hpp"
  5.  
  6. #include <vector>
  7. #include <string>
  8.  
  9. class World
  10. {
  11. protected:
  12.     sf::Sprite sprite;
  13.     sf::Texture texture;
  14. public:
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement