Command line arguments in main to work with SDL
Compare changes
Files
162@@ -22,7 +22,7 @@
@@ -63,7 +63,7 @@ std::cout << "You are " << first_name << " " << sur_name << " (" << age << ").\n
As far as I know SDL requires the main function to be defined with proper arguments. I updated the files to comply with this.