Guest User

Connector.hpp

a guest
Jan 22nd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #ifndef CONNECTOR_HPP_INCLUDED
  2. #define CONNECTOR_HPP_INCLUDED
  3. #include <iostream>
  4. #include <SFML/Graphics.hpp>
  5. #include <SFML/Audio.hpp>
  6. #include <SFML/System.hpp>
  7. #include <SFML/Window.hpp>
  8. #include <fstream>
  9. #include <vector>
  10. #include <limits>
  11. #include <string>
  12. #include <stdio.h>
  13. #include <windows.h>
  14. using namespace std;
  15. using namespace sf;
  16. sf::IntRect getRect(bool isEntity, bool x, bool fire, int type, int one2or3);
  17.  
  18. #endif // CONNECTOR_HPP_INCLUDED
Add Comment
Please, Sign In to add comment