Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created June 6, 2015 13:58
Show Gist options
  • Save TheOpenDevProject/efff36522d1ff74a65bc to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/efff36522d1ff74a65bc to your computer and use it in GitHub Desktop.
#include "gamestage.h"
GameStage::GameStage():_gameStage(std::make_shared<sf::RenderWindow>(sf::RenderWindow(sf::VideoMode(800,800),"Test")))
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment