mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
7099de4ae8
commit
5cd188bdbc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue