mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-16 22:05:45 +01:00
make windows compatible
This commit is contained in:
@@ -81,7 +81,7 @@ static void close(SDL_Window* window, SDL_Renderer* renderer) {
|
||||
}
|
||||
|
||||
// entry-point of the application
|
||||
int main(void) {
|
||||
int main(int argc, char *argv[]) {
|
||||
// initialize
|
||||
{
|
||||
const int code = init();
|
||||
|
||||
Reference in New Issue
Block a user