C++ Libraries and Cleanup

This commit is contained in:
Asrın Doğan
2020-01-04 17:32:00 +03:00
parent 90ea449e72
commit fc5af1441f
3 changed files with 3 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
#include <SFML/Graphics.hpp>
#include <sstream> // std::ostringstream
#include <vector>
#include <math.h>
#include <cmath>
#include "Player.hpp"
#define WindowSize sf::VideoMode(960, 540)