#include "SynGame.hpp"
int main()
{
RenderWindow window(1600, 900, "3D Test Syntriax");
while (window.IsOpen())
window.Update();
return 0;
}