SFML_Experiments/Landing/SynGame.hpp

12 lines
268 B
C++
Raw Normal View History

#ifndef SynClasses
#define SynClasses
#include <SFML/Graphics.hpp>
#include <vector>
#include <cmath>
#include "Randomizer.hpp"
#include "Entity.hpp"
#include "PhysicEntity.hpp"
#include "Particles.hpp"
#include "Rocket.hpp"
#endif