mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-30 11:14:21 +00:00
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
Fixes #6864.
This commit is contained in:
@@ -29,6 +29,9 @@ The SDL3test library has been renamed SDL3_test.
|
||||
There is no static SDLmain library anymore, it's now header-only, see below in the SDL_main.h section.
|
||||
|
||||
|
||||
begin_code.h and close_code.h in the public headers have been renamed to SDL_begin_code.h and SDL_close_code.h. These aren't meant to be included directly by applications, but if your application did, please update your `#include` lines.
|
||||
|
||||
|
||||
## SDL_cpuinfo.h
|
||||
|
||||
The following headers are no longer automatically included, and will need to be included manually:
|
||||
|
||||
Reference in New Issue
Block a user