Skip to content

Commit

Permalink
Sync SDL3 wiki -> header
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
SDLWikiBot committed Nov 28, 2024
1 parent 7099de4 commit 5cd188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README-main-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ data, as this pointer will not be provided to your app again.
The SDL_AppResult value that terminated the app is provided here, in case
it's useful to know if this was a successful or failing run of the app.

##Summary and Best Practices
##Summary and Best Practices

Always Include SDL_main.h in One Source File: When working with SDL, remember that SDL_main.h must only be included in one source file in your project. Including it in multiple files will lead to conflicts and undefined behavior.

Expand Down

0 comments on commit 5cd188b

Please sign in to comment.