Added basic Window interface
This commit is contained in:
parent
a027bdf802
commit
db99718802
99 changed files with 38994 additions and 0 deletions
12
src/sdlf/Window.cpp
Normal file
12
src/sdlf/Window.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "Window.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace sf
|
||||
{
|
||||
IWindow::IWindow() :
|
||||
m_pWindow(nullptr), m_pRenderer(nullptr)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue