mirror of
https://github.com/thepigeongenerator/breakout_clone.git
synced 2025-12-18 14:55:46 +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
|
// entry-point of the application
|
||||||
int main(void) {
|
int main(int argc, char *argv[]) {
|
||||||
// initialize
|
// initialize
|
||||||
{
|
{
|
||||||
const int code = init();
|
const int code = init();
|
||||||
|
|||||||
Reference in New Issue
Block a user