Advertisement
Guest User

Common.h

a guest
Apr 28th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.29 KB | None | 0 0
  1. #ifndef COMMON_H
  2. #define COMMON_H
  3.  
  4. #include <cstdlib>
  5. #include <cstdio>
  6. #include <cmath>
  7. #include <cstring>
  8. #include <string>
  9. #include <sstream>
  10. #include <vector>
  11. #include <list>
  12. #include <map>
  13. #include <SFML/Graphics.hpp>
  14. #include <SFML/Audio.hpp>
  15. #include <physfs.h>
  16.  
  17. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement