From 3b3b73c7791361aaa241b5e66c255666f06e6d07 Mon Sep 17 00:00:00 2001 From: Shreddan <40694103+Shreddan@users.noreply.github.com> Date: Mon, 7 Oct 2019 22:43:58 +0100 Subject: [PATCH] Changed main --- .gitignore | 1 + src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5406a99..96b1d7b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ Makefile crumpet-engine.sln *.vcxproj *.vcxproj.filters +.vs/ \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index f1b222c..29fbce2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include -int main(int argc, char** argv) { +int main() { Game game; game.renderer.createWindow("Crumpet Engine", 600, 400, SCREEN_MODE_VSYNC);