Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "SFML/Graphics.hpp"
- #include "SFML/Audio.hpp"
- #include "SFML/Window.hpp"
- #include "SFML/System.hpp"
- #include <vector>
- #include <string>
- class World
- {
- protected:
- sf::Sprite sprite;
- sf::Texture texture;
- public:
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement