Default Configuration Class
Spritesheet Implementation Sprite Display Sprite Size by Display Resolution Placeholder Spritesheet Image
This commit is contained in:
19
GameWindow.hpp
Normal file
19
GameWindow.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "SynEngine.hpp"
|
||||
|
||||
class GameWindow
|
||||
{
|
||||
private:
|
||||
sf::Vector2i windowDimensions;
|
||||
sf::RenderWindow window;
|
||||
public:
|
||||
GameWindow(/* args */);
|
||||
~GameWindow();
|
||||
};
|
||||
|
||||
GameWindow::GameWindow(/* args */)
|
||||
{
|
||||
}
|
||||
|
||||
GameWindow::~GameWindow()
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user