소스 검색

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 9 달 전
부모
커밋
5cd188bdbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/README-main-functions.md

+ 1 - 1
docs/README-main-functions.md

@@ -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.