include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
Fixes #6864.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <SDL3/SDL_thread.h>
|
||||
#include <SDL3/SDL_rwops.h>
|
||||
|
||||
#include <SDL3/begin_code.h>
|
||||
#include <SDL3/SDL_begin_code.h>
|
||||
/* Set up for C function definitions, even when using C++ */
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -1493,7 +1493,7 @@ extern DECLSPEC void SDLCALL SDL_CloseAudioDevice(SDL_AudioDeviceID dev);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <SDL3/close_code.h>
|
||||
#include <SDL3/SDL_close_code.h>
|
||||
|
||||
#endif /* SDL_audio_h_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user