Refresh generation of SDL_blit_auto.c

This commit is contained in:
Sylvain 2023-03-16 09:43:38 +01:00 committed by Sylvain Becker
parent ce4c54e2b2
commit bd70ce7f94
2 changed files with 418 additions and 1250 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,11 +23,11 @@
#if SDL_HAVE_BLIT_AUTO
/* *INDENT-OFF* */
/* *INDENT-OFF* */ /* clang-format off */
extern SDL_BlitFuncEntry SDL_GeneratedBlitFuncTable[];
/* *INDENT-ON* */
/* *INDENT-ON* */ /* clang-format on */
#endif /* SDL_HAVE_BLIT_AUTO */