Removed SDL_ClearHints() from the public API
Fixes https://github.com/libsdl-org/SDL/issues/9129
This commit is contained in:
parent
a1ea706215
commit
276566235c
7 changed files with 5 additions and 20 deletions
|
@ -27,5 +27,6 @@
|
|||
|
||||
extern SDL_bool SDL_GetStringBoolean(const char *value, SDL_bool default_value);
|
||||
extern int SDL_GetStringInteger(const char *value, int default_value);
|
||||
extern void SDL_ClearHints(void);
|
||||
|
||||
#endif /* SDL_hints_c_h_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue