SDLFramework/src/example/main.cpp

8 lines
92 B
C++
Raw Normal View History

2020-06-15 20:03:08 +02:00
#include "Window.hpp"
int main(int argc, char* argv[])
{
sf::IWindow window;
return 0;
}