From 8a6d7d0d8d9bd06c530b3de7e548879257287e2f Mon Sep 17 00:00:00 2001 From: andreja6 Date: Sun, 22 Apr 2018 19:57:12 -0700 Subject: [PATCH] added new line --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}