#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include "App.h"
#include "Pather.h"
int main()
{
App app;
app.Run();
return 0;
}