SFML_Experiments/GUITest/SynGame.hpp

15 lines
296 B
C++
Raw Normal View History

2020-03-01 14:13:23 +03:00
#ifndef SynClasses
#define SynClasses
#define DegToRad 0.0174533
#include <SFML/Graphics.hpp>
#include <sstream>
#include <vector>
#include <iostream>
#include <cmath>
#include "Window.hpp"
2020-03-01 23:51:21 +03:00
#include "GUIElements.hpp"
2020-03-01 14:13:23 +03:00
#include "GUIWindow.hpp"
#endif