diff --git a/main.cpp b/main.cpp index a6116e0..7555714 100644 --- a/main.cpp +++ b/main.cpp @@ -749,6 +749,7 @@ int main(int argc, char** argv) { settings.window.defaultIconFilename = GetFileInPath("/content/images/rico256c.png"); settings.window.resizable = true; settings.writeLicenseFile = false; + //Using the damned SDL window now SDLWindow* wnd = new SDLWindow(settings.window); App app = App(settings, wnd); @@ -756,4 +757,4 @@ int main(int argc, char** argv) { app.run(); return 0; -} \ No newline at end of file +}